mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
chore: fix web ci
This commit is contained in:
parent
d0bd58049d
commit
aa310e4af0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-website.yml
vendored
2
.github/workflows/ci-website.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node_version }}
|
||||
- name: Install pnpm
|
||||
run: sudo npm i -g pnpm
|
||||
run: curl -f https://get.pnpm.io/v6.js | node - add --global pnpm
|
||||
- name: Install
|
||||
run: pnpm recursive install
|
||||
- name: Format
|
||||
|
|
Loading…
Add table
Reference in a new issue