diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 080d772..f4e661e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: volta-cli/action@v5 - run: npm ci --no-audit - run: npm run lint --if-present