Skip to content

Commit

Permalink
Test eclipse-theiaGH-2009 fix by using Node.js 10 in Travis and AppVe…
Browse files Browse the repository at this point in the history
…yor.

Signed-off-by: Jan Keromnes <[email protected]>
  • Loading branch information
jankeromnes committed Mar 14, 2019
1 parent 90cd085 commit 9235363
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 9235363

Please sign in to comment.