mirror of
https://github.com/actions/cache.git
synced 2025-05-22 08:41:47 +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:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- run: npm ci
|
||||
- run: npm install
|
||||
|
||||
- name: Prettier Format Check
|
||||
run: npm run format-check
|
||||
|
Loading…
Reference in New Issue
Block a user