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