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 99376b9 commit b7bc9a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: gacts/setup-node-with-cache@v1
with: {node-version: 19}
- {uses: actions/setup-node@v4, with: {node-version: 19, cache: 'npm'}}

- run: npm ci --no-audit --prefer-offline && npm run generate
env: {NPM_CONFIG_UPDATE_NOTIFIER: false}
Expand Down

0 comments on commit b7bc9a1

Please sign in to comment.