Skip to content

Commit

Permalink
Update node version to 10 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agubler committed May 22, 2019
1 parent c28b95a commit 92e3200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test against the latest version of this Node.js version
environment:
nodejs_version: "6"
nodejs_version: "10"
FORCE_COLOR: 1

# Install scripts. (runs after repo cloning)
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ addons:
before_install:
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
node_js:
- '6'
- '10'
env:
global:
- SAUCE_USERNAME: dojo2-ts-ci
Expand Down

0 comments on commit 92e3200

Please sign in to comment.