Skip to content

Commit a9bdeef

Browse files
chore: update build node and npm version
1 parent 36a1aa3 commit a9bdeef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ cache:
1313
notifications:
1414
email: false
1515
node_js:
16-
- '6'
16+
- '10'
1717
before_install:
18-
- npm i -g npm@^3.8.0
18+
- npm i -g npm@^6.4.1
1919
before_script:
2020
- git fetch --unshallow origin refs/heads/master:refs/remotes/origin/master
2121
- npm prune

0 commit comments

Comments
 (0)