Skip to content

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 1241987 commit 0aca6ce
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 @@ -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

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

0 comments on commit 0aca6ce

Please sign in to comment.