Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiupover committed Jul 23, 2020
1 parent cb355b4 commit 52cf10d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
- name: Install NPM version four
run: |
npm config set spin false
npm install -g npm@4
run: npm install -g npm@4

- name: Yarn Install
run: |
yarn --ignore-engines
Expand Down

0 comments on commit 52cf10d

Please sign in to comment.