Skip to content

Commit 62ef6fb

Browse files
committed
CI: node 14 & 16
1 parent 3a5b52d commit 62ef6fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ os:
33
- osx
44
language: node_js
55
node_js:
6-
- 10
7-
- 12
6+
- 14
7+
- 16
88
sudo: false
99
compiler: clang
1010
notifications:

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ clone_depth: 1
44

55
environment:
66
matrix:
7-
- nodejs_version: 10
8-
- nodejs_version: 12
7+
- nodejs_version: 14
8+
- nodejs_version: 16
99

1010
install:
1111
- ps: Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)