0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

ci: fix pnpm versions on ci

This commit is contained in:
Juan Picado 2022-05-19 22:08:32 +02:00
parent cbb8adc075
commit b055c193b8
5 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@ jobs:
with:
node-version: 16.x
- name: install pnpm
run: sudo npm i pnpm@6.24.1 -g
run: sudo npm i pnpm@latest-6 -g
- name: set store
run: |
mkdir ~/.pnpm-store
@ -76,7 +76,7 @@ jobs:
run: tar -xzvf pkg.tar.gz -C ${{ github.workspace }}/packages
- name: install pnpm
# require fixed version
run: sudo npm i pnpm@6.24.1 -g
run: sudo npm i pnpm@latest-6 -g
- uses: actions/cache@v3
with:
path: ~/.pnpm-store
@ -137,7 +137,7 @@ jobs:
run: tar -xzvf pkg.tar.gz -C ${{ github.workspace }}/packages
- name: install pnpm
# require fixed version
run: sudo npm i pnpm@6.24.1 -g
run: sudo npm i pnpm@latest-6 -g
- uses: actions/cache@v3
with:
path: ~/.pnpm-store

View file

@ -33,7 +33,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
- name: install pnpm
run: npm i pnpm@6.10.3 -g
run: npm i pnpm@6.32.15 -g
env:
NODE_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}

View file

@ -23,7 +23,7 @@ jobs:
with:
node-version: 17.x
- name: install pnpm
run: sudo npm i pnpm@6.24.1 -g
run: sudo npm i pnpm@latest-6 -g
- name: set store
run: |
mkdir ~/.pnpm-store

View file

@ -12,7 +12,7 @@ nvm install
Verdaccio uses **pnpm** as monorepo management. To install
```bash
npm i -g pnpm@latest
npm i -g pnpm@latest-6
```
Install all needed packages

View file

@ -149,7 +149,7 @@
},
"engines": {
"node": ">=16.5",
"pnpm": ">=6.32.3 <=6.32.15"
"pnpm": ">=6.32.3 <7.0.0"
},
"license": "MIT",
"lint-staged": {