Skip to content

Commit 2b7c488

Browse files
committed
update npm version to support npm ci
1 parent 3c245df commit 2b7c488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ for:
9393
- sh: "source ${HOME}/venv${PYTHON_VERSION}/bin/activate"
9494
- sh: "rvm use 2.5"
9595
- sh: "nvm install ${nodejs_version}"
96-
- sh: "npm install npm@5.6.0 -g"
96+
- sh: "npm install npm@5.7.0 -g"
9797
- sh: "npm -v"
9898
- sh: "echo $PATH"
9999
- sh: "java --version"

0 commit comments

Comments
 (0)