Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit 3083794

Browse files
committed
update npm from 7.6 to 8.0
1 parent e91e1e0 commit 3083794

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
@@ -1,6 +1,6 @@
11
os: linux
22
language: node_js
3-
node_js: 7.6
3+
node_js: 8.0
44
matrix:
55
fast_finish: true
66
include:
@@ -74,7 +74,7 @@ install:
7474
- |
7575
if [[ ("$TEST_SUITE" = "android") || ("${ANDROID_LINT}" = "true") ]]; then
7676
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
77-
nvm install 7.6
77+
nvm install 8.0
7878
npm install
7979
echo y | sdkmanager "cmake;3.6.4111459"
8080
if find "${HOME}/android-ndk-r18b" -mindepth 1 | read; then

0 commit comments

Comments
 (0)