Skip to content

Commit e89f4ef

Browse files
committed
Drop support for old node versions
1 parent 0c52644 commit e89f4ef

File tree

4 files changed

+3
-27
lines changed

4 files changed

+3
-27
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@ jobs:
88
- stage: build
99
node_js: "10"
1010
os: linux
11-
- stage: build
12-
node_js: "11"
13-
os: linux
1411
- stage: build
1512
node_js: "12"
1613
os: linux
17-
- stage: build
18-
node_js: "13"
19-
os: linux
2014
- stage: build
2115
node_js: "14"
2216
os: linux
@@ -29,15 +23,9 @@ jobs:
2923
- stage: build
3024
node_js: "10"
3125
os: osx
32-
- stage: build
33-
node_js: "11"
34-
os: osx
3526
- stage: build
3627
node_js: "12"
3728
os: osx
38-
- stage: build
39-
node_js: "13"
40-
os: osx
4129
- stage: build
4230
node_js: "14"
4331
os: osx

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ This is a native Addon to NodeJS which delivers prebuilt binaries. Only some env
5050
|--------------------|--------------------|--------------------|--------------------|--------------|--------------------|
5151
| Earlier ||||||
5252
| Node 10 *(Abi 64)* ||||||
53-
| Node 11 *(Abi 67)* | | | || |
53+
| Node 11 *(Abi 67)* | | | || |
5454
| Node 12 *(Abi 72)* ||||||
55-
| Node 13 *(Abi 79)* | | | || |
55+
| Node 13 *(Abi 79)* | | | || |
5656
| Node 14 *(Abi 83)* ||||||
5757
| Node 15 *(Abi 88)* ||||||
5858
| Node 16 *(Abi 93)* ||||||

appveyor.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,9 @@
2828
- nodejs_version: 10
2929
GYP_MSVS_VERSION: 2015
3030
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
31-
- nodejs_version: 11
32-
GYP_MSVS_VERSION: 2015
33-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
3431
- nodejs_version: 12
3532
GYP_MSVS_VERSION: 2015
3633
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
37-
- nodejs_version: 13
38-
GYP_MSVS_VERSION: 2015
39-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
4034
- nodejs_version: 14
4135
GYP_MSVS_VERSION: 2015
4236
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
@@ -99,15 +93,9 @@
9993
- nodejs_version: 10
10094
GYP_MSVS_VERSION: 2015
10195
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
102-
- nodejs_version: 11
103-
GYP_MSVS_VERSION: 2015
104-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
10596
- nodejs_version: 12
10697
GYP_MSVS_VERSION: 2015
10798
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
108-
- nodejs_version: 13
109-
GYP_MSVS_VERSION: 2015
110-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
11199
- nodejs_version: 14
112100
GYP_MSVS_VERSION: 2015
113101
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"pngjs",
1010
"node-libpng"
1111
],
12-
"version": "0.2.19",
12+
"version": "0.2.20",
1313
"description": "Unofficial bindings for node to libpng.",
1414
"main": "dist/index.js",
1515
"author": "Frederick Gnodtke",

0 commit comments

Comments
 (0)