mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-11 12:51:31 +02:00
Use npm install instead
This commit is contained in:
parent
db89b9a994
commit
a920bd2725
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue