Skip to content

Commit 10c4095

Browse files
committed
CI: Drop Node.js <= 10
1 parent 52244b8 commit 10c4095

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ os:
33
- osx
44
language: node_js
55
node_js:
6-
- 8
76
- 10
87
- 12
98
sudo: false

appveyor.yml

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

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

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

0 commit comments

Comments
 (0)