[CI] Update the node.js version to 8.4.0
This commit is contained in:
parent
1b9ed129a9
commit
49e1cea200
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 7.10.0
|
||||
- 8.4.0
|
||||
|
||||
env:
|
||||
- CXX=g++-4.8 NODE_ENV=production
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: 7.10.0
|
||||
- nodejs_version: 8.4.0
|
||||
|
||||
build: off
|
||||
|
||||
|
|
Loading…
Reference in a new issue