Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Upgrade Node.js versions used on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rafeca committed Jun 12, 2019
1 parent 87420d1 commit 19d24ff
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
Expand Up @@ -2,7 +2,7 @@ language: node_js

sudo: false

node_js: 8
node_js: 10

env:
- CC=clang CXX=clang++
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: Visual Studio 2015

environment:
nodejs_version: "8"
nodejs_version: "10"

platform:
- x86
Expand Down

0 comments on commit 19d24ff

Please # to comment.