diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca3ec8a..2b57987 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - {uses: gacts/setup-node-with-cache@v1, with: {node-version: 20}} + - {uses: actions/setup-node@v4, with: {node-version: 20, cache: 'npm'}} - run: npm install - run: npm run lint @@ -41,7 +41,7 @@ jobs: dist-changed: ${{ steps.state.outputs.changed }} steps: - uses: actions/checkout@v4 - - {uses: gacts/setup-node-with-cache@v1, with: {node-version: 20}} + - {uses: actions/setup-node@v4, with: {node-version: 20, cache: 'npm'}} - run: npm install - run: npm run build - uses: actions/upload-artifact@v4