Skip to content

Commit cc23910

Browse files
committed
Node 15
1 parent 4df73eb commit cc23910

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- stage: build
2222
node_js: '14'
2323
os: linux
24+
- stage: build
25+
node_js: '15'
26+
os: linux
2427
- stage: build
2528
node_js: '10'
2629
os: osx
@@ -36,6 +39,9 @@ jobs:
3639
- stage: build
3740
node_js: '14'
3841
os: osx
42+
- stage: build
43+
node_js: '15'
44+
os: osx
3945
addons:
4046
apt:
4147
sources:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This is a native Addon to NodeJS which delivers prebuilt binaries. Only some env
3737
| Node 12 *(Abi 72)* ||||||
3838
| Node 13 *(Abi 79)* ||||||
3939
| Node 14 *(Abi 83)* ||||||
40+
| Node 15 *(Abi 88)* ||||||
4041

4142
## Usage
4243

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
- nodejs_version: 14
4141
GYP_MSVS_VERSION: 2015
4242
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
43+
- nodejs_version: 15
44+
GYP_MSVS_VERSION: 2015
45+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
4346
install:
4447
- git submodule update --init --recursive
4548
- ps: Install-Product node $env:nodejs_version $env:platform
@@ -105,6 +108,9 @@
105108
- nodejs_version: 14
106109
GYP_MSVS_VERSION: 2015
107110
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
111+
- nodejs_version: 15
112+
GYP_MSVS_VERSION: 2015
113+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
108114
install:
109115
- git submodule update --init --recursive
110116
- ps: Install-Product node $env:nodejs_version $env:platform

0 commit comments

Comments
 (0)