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

Commit a0926bd

Browse files
committed
Upgrade Node.js versions used on CI
1 parent 87420d1 commit a0926bd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ language: node_js
22

33
sudo: false
44

5-
node_js: 8
5+
node_js:
6+
- 10
7+
- 12
68

79
env:
810
- CC=clang CXX=clang++

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: Visual Studio 2015
22

33
environment:
4-
nodejs_version: "8"
4+
nodejs_version: "10"
55

66
platform:
77
- x86

0 commit comments

Comments
 (0)