diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e644b128..d9169c54 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,6 +8,6 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup Node - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 - run: npm ci --ignore-scripts - run: npm run lint --silent