mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
chore(ci): Switch from gacts/setup-node-with-cache to actions/setup-node action
This commit is contained in:
parent
5512f2d8bb
commit
985fc18a48
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -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>
|
||||
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user