diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6a85b34..00e1f36 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: volta-cli/action@v1 + - uses: volta-cli/action@v4 - run: npm ci --no-audit - run: npm run lint --if-present - run: npm test:ci