Skip to content

Commit

Permalink
Ensure npm7
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest committed Aug 5, 2021
1 parent 5fac9ab commit 0e0ed80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/end2end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm

- name: Upgrade npm to ensure v7
run: npm install -g npm@latest

- name: Npm install and build
run: |
npm ci
Expand Down

0 comments on commit 0e0ed80

Please sign in to comment.