Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
chore(ci): Switch from gacts/setup-node-with-cache to actions/setup-n…
Browse files Browse the repository at this point in the history
…ode action
  • Loading branch information
tarampampam authored Jun 20, 2024
1 parent 7b35abe commit 57b4998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 57b4998

Please sign in to comment.