Skip to content

Commit d04b46e

Browse files
committed
fix(circleci): Specify NPM 6
1 parent 7a98698 commit d04b46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- checkout
1111
- run:
1212
name: update-npm
13-
command: "sudo npm i -g npm@latest"
13+
command: "sudo npm i -g npm@6.14.12"
1414

1515
# Download and cache dependencies
1616
- restore_cache:

0 commit comments

Comments
 (0)