From ff71c328722adbe205d52951916af502b2ca4e4e Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Thu, 24 Feb 2022 13:32:46 +0100 Subject: [PATCH] fix/ macos action --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a2182af..5c833c1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -45,7 +45,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install Dependencies - run: npm i + run: npm i && npm i -D cli-truncate - name: Check lint run: npm run lint - name: Build the app