-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DROP-ME] GH-2009: Switched to Node.js 10 on the CIs.
This should not get to `master` for GH-2009.
- Loading branch information
Akos Kitta
committed
Oct 31, 2018
1 parent
1e12147
commit 4fa096f
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
sudo: required | ||
language: node_js | ||
node_js: '8' | ||
node_js: '10' | ||
git: | ||
depth: 1 | ||
cache: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ shallow_clone: true | |
|
||
environment: | ||
matrix: | ||
- nodejs_version: "8" | ||
- nodejs_version: "10" | ||
|
||
platform: | ||
- x64 | ||
|