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