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

Commit

Permalink
Version bump to v5.3.4 - Support Electron 14
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Aug 31, 2021
1 parent 211aefb commit e887161
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tagged_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node: [ 14 ]
task: [ prebuild ]
runtime: [ electron ]
target: [ "8.0.0", "9.0.0", "10.0.0", "11.0.0", "12.0.0", "13.0.0" ]
target: [ "8.0.0", "9.0.0", "10.0.0", "11.0.0", "12.0.0", "13.0.0", "14.0.0" ]
runs-on: ${{matrix.os}}
steps:
- name: Set up Git repository
Expand Down
78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencv4nodejs-prebuilt",
"version": "5.3.3",
"version": "5.3.4",
"description": "Asynchronous OpenCV 4.x nodejs bindings with JavaScript and TypeScript API.",
"keywords": [
"opencv",
Expand Down Expand Up @@ -43,10 +43,10 @@
},
"gypfile": true,
"dependencies": {
"nan": "^2.14.2",
"nan": "^2.15.0",
"native-node-utils": "^0.2.7",
"npmlog": "^4.1.2",
"prebuild-install": "^6.1.3"
"prebuild-install": "^6.1.4"
},
"optionalDependencies": {
"@types/node": ">6"
Expand Down

0 comments on commit e887161

Please sign in to comment.