diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bb5a998..8c10fd1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: "14" - - run: npm install + - run: npm ci - run: npm run lint - uses: github/super-linter/slim@v4.9.0 if: always()