mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
fix(ci): Disable cache for setup-node github action
This commit is contained in:
parent
985fc18a48
commit
e6f49f622d
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -41,7 +41,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- {uses: actions/setup-node@v4, with: {node-version: 16, cache: 'npm'}}
|
- {uses: actions/setup-node@v4, with: {node-version: 16}}
|
||||||
|
|
||||||
- name: Install linter
|
- name: Install linter
|
||||||
run: npm install -g ajv-cli # Package page: <https://www.npmjs.com/package/ajv-cli>
|
run: npm install -g ajv-cli # Package page: <https://www.npmjs.com/package/ajv-cli>
|
||||||
@ -55,7 +55,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- {uses: actions/setup-node@v4, with: {node-version: 16, cache: 'npm'}}
|
- {uses: actions/setup-node@v4, with: {node-version: 16}}
|
||||||
|
|
||||||
- name: Install eslint
|
- name: Install eslint
|
||||||
run: npm install -g eslint@v8 # Package page: <https://www.npmjs.com/package/eslint>
|
run: npm install -g eslint@v8 # Package page: <https://www.npmjs.com/package/eslint>
|
||||||
|
Loading…
Reference in New Issue
Block a user