Skip to content

Commit

Permalink
test opencv 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Jun 11, 2024
1 parent 9bf44ee commit f8d8df7
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 156 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/prebuild-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
strategy:
matrix:
opencv_version:
- 4.9.0
- 4.10.0
# - 4.9.0
# - 4.8.0
# - 4.7.0
# - 4.6.0
Expand All @@ -56,8 +57,8 @@ jobs:
node_version:
# - 16
# - 18
# - 20
- 22
- 20
# - 22
architecture:
- x64
steps:
Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,26 @@
"cleanjs": "rimraf {examples}/**/*.{d.ts,js,map} {cjs,esm}/{lib,install}",
"build-debug": "npm run build && BINDINGS_DEBUG=true node bin/install.js rebuild",
"checkExports": "npx @arethetypeswrong/cli $(npm pack)",
"ncu": "npx --yes npm-check-updates -i",
"publish-next": "npm publish --dry-run --tag next"
},
"dependencies": {
"@u4/opencv-build": "1.0.0",
"eslint": "^9.1.1",
"glob": "^10.3.12",
"@u4/opencv-build": "1.0.1",
"eslint": "^9.4.0",
"glob": "^10.4.1",
"nan": "^2.19.0",
"node-gyp": "^10.1.0",
"picocolors": "^1.0.0",
"typescript-eslint": "^7.8.0"
"picocolors": "^1.0.1",
"typescript-eslint": "^7.13.0"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"@types/node": "^20.12.7",
"@eslint/js": "^9.4.0",
"@types/node": "^20.14.2",
"@types/progress": "^2.0.7",
"axios": "^1.6.8",
"axios": "^1.7.2",
"cross-env": "^7.0.3",
"progress": "^2.0.3",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"shx": "^0.3.4",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit f8d8df7

Please sign in to comment.