mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: downgrade pnpm changeset workflow
This commit is contained in:
parent
168833d857
commit
8efc6feab2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changesets.yml
vendored
2
.github/workflows/changesets.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
node-version: 14
|
||||
|
||||
- name: install pnpm
|
||||
run: npm install pnpm@latest -g
|
||||
run: npm install pnpm@5.5.2 -g
|
||||
|
||||
- name: setup pnpm config
|
||||
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
|
||||
|
|
Loading…
Reference in a new issue