fix/ macos action

This commit is contained in:
Maxime GRIS
2022-02-24 13:32:46 +01:00
parent ccd468d1f7
commit ff71c32872

View File

@@ -45,7 +45,7 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install Dependencies - name: Install Dependencies
run: npm i run: npm i && npm i -D cli-truncate
- name: Check lint - name: Check lint
run: npm run lint run: npm run lint
- name: Build the app - name: Build the app