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 5512f2d commit 985fc18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs: # Docs: <https://git.io/JvxXE>
steps:
- uses: actions/checkout@v4

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

- name: Install linter
run: npm install -g ajv-cli # Package page: <https://www.npmjs.com/package/ajv-cli>
Expand All @@ -56,8 +55,7 @@ jobs: # Docs: <https://git.io/JvxXE>
steps:
- uses: actions/checkout@v4

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

- name: Install eslint
run: npm install -g eslint@v8 # Package page: <https://www.npmjs.com/package/eslint>
Expand Down

0 comments on commit 985fc18

Please sign in to comment.