0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

chore: update pnpm (#2095)

This commit is contained in:
Juan Picado 2021-02-12 07:24:58 +01:00
parent 9433796093
commit e2a4477c8f

View file

@ -32,7 +32,7 @@ jobs:
with:
node_version: ${{ matrix.node_version }}
- name: Install pnpm
run: npm i pnpm@5.5.12 -g
run: npm i pnpm@latest -g
- name: Install
run: pnpm recursive install
- name: Format