mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-15 03:02:51 -05:00
chore: update pnpm command
This commit is contained in:
parent
150ac6e231
commit
ffcf865ba8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/x-e2e-jest-workflow.yml
vendored
4
.github/workflows/x-e2e-jest-workflow.yml
vendored
|
@ -178,7 +178,7 @@ jobs:
|
|||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- name: 'install latest pnpm'
|
||||
run: npm i -g pnpm@latest-9
|
||||
run: npm i -g pnpm@10.5.2
|
||||
- name: Install Dependencies
|
||||
run: yarn install
|
||||
- name: 'Run verdaccio in the background'
|
||||
|
@ -211,7 +211,7 @@ jobs:
|
|||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- name: 'install latest pnpm'
|
||||
run: npm i -g pnpm@latest-9
|
||||
run: npm i -g pnpm@10.5.2
|
||||
- name: Install Dependencies
|
||||
run: yarn install
|
||||
- name: 'Run verdaccio in the background'
|
||||
|
|
Loading…
Add table
Reference in a new issue