Skip to content

Commit

Permalink
[DROP-ME] GH-2009: Switched to Node.js 10 on the CIs.
Browse files Browse the repository at this point in the history
This should not get to `master` for GH-2009.
  • Loading branch information
Akos Kitta committed Oct 31, 2018
1 parent 1e12147 commit 4fa096f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
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:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ shallow_clone: true

environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"

platform:
- x64
Expand Down

0 comments on commit 4fa096f

Please sign in to comment.