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

Commit

Permalink
updated node version in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
darangi committed Nov 29, 2019
1 parent 68d4fcb commit 8cf2cfd
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: 10
node_js: 12

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: "10"
nodejs_version: "12"

platform:
- x86
Expand Down

0 comments on commit 8cf2cfd

Please # to comment.