fix/ macos action

This commit is contained in:
Maxime GRIS
2022-04-02 11:58:18 +02:00
parent ad23ace614
commit f1d89b1d3c
2 changed files with 2 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm i && npm i -D cli-truncate
run: npm i && npm i -D cli-truncate iconv-corefoundation
- name: Check lint
run: npm run lint