Skip to content

Commit 5ff3e09

Browse files
committed
1 parent 179f26a commit 5ff3e09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cache:
1919
directories:
2020
- $HOME/.npm
2121
before_install:
22-
- npm install --global npm@6.0.0
22+
- npm install --global npm@6.1.0
2323
- npm --version
2424
install: |
2525
if [[ ${FRESH_DEPS} == "true" ]]; then

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ matrix:
2626
nodejs_version: 6
2727
install:
2828
- ps: Install-Product node $env:nodejs_version
29-
- npm install --global npm@6.0.0
29+
- npm install --global npm@6.1.0
3030
- npm --version
3131
- git config core.symlinks true
3232
- git reset --hard

0 commit comments

Comments
 (0)