Skip to content

Commit 00172c3

Browse files
Remove npm install update
1 parent 519d32f commit 00172c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

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

0 commit comments

Comments
 (0)