mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
chore: fix web ci
This commit is contained in:
parent
d0bd58049d
commit
aa310e4af0
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…
Reference in New Issue
Block a user