Skip to content

Commit 336302b

Browse files
add that update-npm command back in
1 parent 861c6e3 commit 336302b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
- image: mongo:3.4.4
88
steps:
99
- checkout
10+
- run:
11+
name: update-npm
12+
command: 'npm install -g npm@latest'
1013
- restore_cache:
1114
key: dependency-cache-{{ checksum "package.json" }}
1215
- run:

0 commit comments

Comments
 (0)