diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9433299e..5f4bb4d0 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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a - run: npm ci --ignore-scripts - run: npm run lint --silent