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

Commit af6ed6e

Browse files
committed
bump CI providers to Node 12
1 parent bcbf752 commit af6ed6e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dist: trusty
44
os:
55
- linux
66
- osx
7-
node_js: 10
7+
node_js: 12
88

99
env:
1010
- CC=clang CXX=clang++ npm_config_clang=1

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ branches:
1414
clone_depth: 10
1515

1616
install:
17-
- ps: Install-Product node 10 x64
17+
# https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs
18+
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 12) x64
1819
- npm install
1920

2021
build_script:

0 commit comments

Comments
 (0)