1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15:51 +01:00

chore: fix npm version to 6 for gatsby e2e (#2105)

* chore: fix npm version to 6

* chore: update correct npm versions due latest major release
This commit is contained in:
Juan Picado 2021-02-25 21:06:10 +01:00 committed by GitHub
parent d5863dfcb9
commit d6c2e8a0e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

@ -53,7 +53,7 @@ jobs:
with:
node-version: 14.x
- name: 'install latest npm'
run: npm i -g npm
run: npm i -g npm@latest-6
- name: Install Dependencies
run: yarn install
- name: 'Run verdaccio in the background'

@ -19,7 +19,7 @@ jobs:
with:
node-version: 14.x
- name: 'install latest npm'
run: npm i -g npm
run: npm i -g npm@latest-6
- name: Install Dependencies
run: yarn install
- name: 'Run verdaccio in the background'

@ -84,7 +84,7 @@ jobs:
with:
node-version: 10.x
- name: 'install latest npm'
run: npm i -g npm
run: npm i -g npm@latest-6
- name: Install Dependencies
run: yarn install
- name: 'Run verdaccio in the background'
@ -117,7 +117,7 @@ jobs:
with:
node-version: 10.x
- name: 'install latest npm'
run: npm i -g npm@next-7
run: npm i -g npm
- name: Install Dependencies
run: yarn install
- name: 'Run verdaccio in the background'