diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 187ed6c07..8e8be7678 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,6 +8,6 @@ jobs: - name: Checkout uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Setup Node - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 + uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b - run: npm ci --ignore-scripts - run: npm run lint --silent