Skip to content

Commit

Permalink
Node 15
Browse files Browse the repository at this point in the history
Prior99 committed Nov 2, 2020
1 parent 4df73eb commit cc23910
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -21,6 +21,9 @@ jobs:
- stage: build
node_js: '14'
os: linux
- stage: build
node_js: '15'
os: linux
- stage: build
node_js: '10'
os: osx
@@ -36,6 +39,9 @@ jobs:
- stage: build
node_js: '14'
os: osx
- stage: build
node_js: '15'
os: osx
addons:
apt:
sources:
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ This is a native Addon to NodeJS which delivers prebuilt binaries. Only some env
| Node 12 *(Abi 72)* ||||||
| Node 13 *(Abi 79)* ||||||
| Node 14 *(Abi 83)* ||||||
| Node 15 *(Abi 88)* ||||||

## Usage

6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -40,6 +40,9 @@
- nodejs_version: 14
GYP_MSVS_VERSION: 2015
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- nodejs_version: 15
GYP_MSVS_VERSION: 2015
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
install:
- git submodule update --init --recursive
- ps: Install-Product node $env:nodejs_version $env:platform
@@ -105,6 +108,9 @@
- nodejs_version: 14
GYP_MSVS_VERSION: 2015
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- nodejs_version: 15
GYP_MSVS_VERSION: 2015
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
install:
- git submodule update --init --recursive
- ps: Install-Product node $env:nodejs_version $env:platform

0 comments on commit cc23910

Please sign in to comment.