Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 71cea4a

Browse files
committed
(#4) Removed node 8 and 9 from build
1 parent 9801aff commit 71cea4a

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ os:
66
- linux
77
- osx
88
node_js:
9-
- 8
10-
- 9
119
- 10
1210
- 11
1311
- 12

appveyor.yml

-8
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ environment:
3838
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
3939
TARGET: "10.0.0"
4040
RUNTIME: "node"
41-
- nodejs_version: 9
42-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
43-
TARGET: "9.0.0"
44-
RUNTIME: "node"
45-
- nodejs_version: 8
46-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
47-
TARGET: "8.0.0"
48-
RUNTIME: "node"
4941

5042
- nodejs_version: 12
5143
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

0 commit comments

Comments
 (0)