Skip to content

Commit

Permalink
chore: fix npm version to 6 for gatsby e2e (verdaccio#2105)
Browse files Browse the repository at this point in the history
* chore: fix npm version to 6

* chore: update correct npm versions due latest major release
  • Loading branch information
juanpicado authored Feb 25, 2021
1 parent d5863df commit d6c2e8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-angular-cli-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-gatsbyjs-cli-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-jest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit d6c2e8a

Please sign in to comment.