diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 504994a..dd9cc8e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: env: {FORCE_COLOR: 'true'} 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 @@ -43,7 +43,7 @@ jobs: env: {FORCE_COLOR: 'true'} 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