1
0
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:
Juan Picado 2021-04-09 21:19:58 +02:00
parent d0bd58049d
commit aa310e4af0

@ -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