Skip to content

Commit

Permalink
Use same NPM version as Meteor
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Nov 29, 2017
1 parent 3d98b0a commit 25f82b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- run:
name: Update NPM
command: |
sudo npm install -g npm
sudo npm install -g npm@4.6.1
- run:
name: NPM install
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- run:
name: Update NPM
command: |
sudo npm install -g npm
sudo npm install -g npm@4.6.1
- run:
name: NPM install
Expand Down

0 comments on commit 25f82b3

Please sign in to comment.