mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2025-05-04 22:35:27 +08:00
ci: Add npm i -g npm
This commit is contained in:
parent
85093b6a03
commit
9d657ea2ca
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -40,6 +40,8 @@ jobs:
|
||||
with:
|
||||
node-version: '${{ steps.nvm.outputs.NVMRC }}'
|
||||
|
||||
- run: npm i -g npm
|
||||
|
||||
- run: npm ci
|
||||
|
||||
- name: Run prettier
|
||||
|
Loading…
Reference in New Issue
Block a user