Skip to content

Commit 11bd4df

Browse files
authored
Merge pull request #2832 from akshita31/update_node_10
Update node 10
2 parents 659906d + 6580b08 commit 11bd4df

File tree

10 files changed

+143
-92
lines changed

10 files changed

+143
-92
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- "8"
4+
- "10"
55

66
env:
77
- CODE_VERSION=1.28.0
@@ -12,7 +12,7 @@ before_install:
1212
sh -e /etc/init.d/xvfb start;
1313
sleep 3;
1414
fi
15-
- dpkg --compare-versions `npm -v` ge 5.8 || npm i -g npm@^5.8
15+
- dpkg --compare-versions `npm -v` ge 6.7 || npm i -g npm@^6.7
1616

1717
addons:
1818
apt:

0 commit comments

Comments
 (0)