Skip to content

Commit 4784f7e

Browse files
committed
update node-gyp and nan version
1 parent 27460ba commit 4784f7e

File tree

3 files changed

+253
-236
lines changed

3 files changed

+253
-236
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ build: false
8080
test_script:
8181
- python --version
8282
- node --version
83-
- choco install python --version=%PYTHON_VERSION% -y
83+
# - choco install python --version=%PYTHON_VERSION% -y
8484
- npm install -g [email protected]
8585
# - pnpm install -g node-gyp
8686
- cd c:\projects\opencv4nodejs

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"dependencies": {
5858
"@u4/opencv-build": "0.7.8",
5959
"@u4/tiny-glob": "^0.3.2",
60-
"nan": "^2.17.0",
61-
"node-gyp": "^9.3.1",
60+
"nan": "^2.18.0",
61+
"node-gyp": "^10.0.1",
6262
"npmlog": "^7.0.1",
6363
"picocolors": "^1.0.0"
6464
},

0 commit comments

Comments
 (0)