Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bcd293b

Browse files
committedOct 20, 2021
Support node 17
1 parent e887161 commit bcd293b

File tree

4 files changed

+842
-149
lines changed

4 files changed

+842
-149
lines changed
 

‎.github/workflows/ci.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ ubuntu-latest, windows-2016, macos-latest ]
14-
node: [ "12.0.0", "14.0.0", "16.0.0" ]
14+
node: [ "12.0.0", "14.0.0", "15.0.0", "16.0.0", "17.0.0" ]
1515
task: [ test ]
1616

1717
runs-on: ${{matrix.os}}

‎.github/workflows/tagged_release.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node: [ 14]
1313
task: [ prebuild ]
1414
runtime: [ node ]
15-
target: [ "12.0.0", "14.0.0", "15.0.0", "16.0.0"]
15+
target: [ "12.0.0", "14.0.0", "15.0.0", "16.0.0", "17.0.0"]
1616
runs-on: ${{matrix.os}}
1717
steps:
1818
- name: Set up Git repository

‎package-lock.json‎

Lines changed: 835 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencv4nodejs-prebuilt",
3-
"version": "5.3.4",
3+
"version": "5.3.5",
44
"description": "Asynchronous OpenCV 4.x nodejs bindings with JavaScript and TypeScript API.",
55
"keywords": [
66
"opencv",
@@ -18,8 +18,8 @@
1818
],
1919
"author": {
2020
"name": "Simon Hofmann",
21-
"email": "dev@simon-hofmann.org",
22-
"url": "https://simon-hofmann.org"
21+
"email": "kontak@s1h.org",
22+
"url": "https://s1h.org"
2323
},
2424
"license": "MIT",
2525
"repository": {
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"nan": "^2.15.0",
4747
"native-node-utils": "^0.2.7",
48-
"npmlog": "^4.1.2",
48+
"npmlog": "^5.0.1",
4949
"prebuild-install": "^6.1.4"
5050
},
5151
"optionalDependencies": {
@@ -58,6 +58,6 @@
5858
"opencv": "4.1.1-7"
5959
},
6060
"devDependencies": {
61-
"prebuild": "^10.0.1"
61+
"prebuild": "^11.0.0"
6262
}
6363
}

0 commit comments

Comments
 (0)
This repository has been archived.