Skip to content

Commit 25f82b3

Browse files
committed
Use same NPM version as Meteor
1 parent 3d98b0a commit 25f82b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- run:
167167
name: Update NPM
168168
command: |
169-
sudo npm install -g npm
169+
sudo npm install -g npm@4.6.1
170170
171171
- run:
172172
name: NPM install
@@ -201,7 +201,7 @@ jobs:
201201
- run:
202202
name: Update NPM
203203
command: |
204-
sudo npm install -g npm
204+
sudo npm install -g npm@4.6.1
205205
206206
- run:
207207
name: NPM install

0 commit comments

Comments
 (0)