mirror of
https://github.com/actions/cache.git
synced 2025-05-22 17:01:45 +00:00
Use npm install instead
This commit is contained in:
parent
db89b9a994
commit
a920bd2725
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm install
|
||||||
|
|
||||||
- name: Prettier Format Check
|
- name: Prettier Format Check
|
||||||
run: npm run format-check
|
run: npm run format-check
|
||||||
|
Loading…
Reference in New Issue
Block a user