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

Commit bbbbc4e

Browse files
authored
Feature/node 13 14 (#1)
* Added node v13 and v14 to Travis build config * Added node v13 and v14 to appveyor build config * Version bump to 5.3.0-1
1 parent 5193625 commit bbbbc4e

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

Diff for: .travis.yml

+32
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@ matrix:
3636
node_js: 12
3737
env:
3838
- BUILD_TASK=prebuild
39+
- os: linux
40+
node_js: 13
41+
env:
42+
- BUILD_TASK=test
43+
- os: linux
44+
node_js: 13
45+
env:
46+
- BUILD_TASK=prebuild
47+
- os: linux
48+
node_js: 14
49+
env:
50+
- BUILD_TASK=test
51+
- os: linux
52+
node_js: 14
53+
env:
54+
- BUILD_TASK=prebuild
3955

4056
- os: osx
4157
node_js: 8
@@ -69,6 +85,22 @@ matrix:
6985
node_js: 12
7086
env:
7187
- BUILD_TASK=prebuild
88+
- os: osx
89+
node_js: 13
90+
env:
91+
- BUILD_TASK=test
92+
- os: osx
93+
node_js: 13
94+
env:
95+
- BUILD_TASK=prebuild
96+
- os: osx
97+
node_js: 14
98+
env:
99+
- BUILD_TASK=test
100+
- os: osx
101+
node_js: 14
102+
env:
103+
- BUILD_TASK=prebuild
72104

73105
before_install:
74106
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then

Diff for: appveyor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ environment:
1818
PYTHON: "C:\\Python27-x64"
1919

2020
matrix:
21+
- nodejs_version: 14
22+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
23+
- nodejs_version: 13
24+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
2125
- nodejs_version: 12
2226
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
2327
- nodejs_version: 11

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencv4nodejs-prebuilt",
3-
"version": "5.3.0",
3+
"version": "5.3.0-1",
44
"description": "Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.",
55
"keywords": [
66
"opencv",

0 commit comments

Comments
 (0)