File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 49
49
if : matrix.os == 'macos-m1'
50
50
run : npm install -g yarn
51
51
52
- - name : Add setuptools for Python 3.12 (temp)
53
- if : matrix.os != 'macos-m1'
54
- run : pip install setuptools
55
-
56
52
- name : Add msbuild to PATH
57
53
58
54
if : contains(matrix.os, 'windows')
Original file line number Diff line number Diff line change 52
52
"devDependencies" : {
53
53
"eslint" : " 8.56.0" ,
54
54
"mocha" : " 10.2.0" ,
55
- "prebuild" : " 12.1 .0"
55
+ "prebuild" : " 13.0 .0"
56
56
},
57
57
"peerDependencies" : {
58
- "node-gyp" : " 8.x "
58
+ "node-gyp" : " ^10 "
59
59
},
60
60
"peerDependenciesMeta" : {
61
61
"node-gyp" : {
62
62
"optional" : true
63
63
}
64
64
},
65
65
"optionalDependencies" : {
66
- "node-gyp" : " 8.x "
66
+ "node-gyp" : " ^10 "
67
67
},
68
68
"scripts" : {
69
69
"install" : " prebuild-install -r napi || node-gyp rebuild" ,
You can’t perform that action at this time.
0 commit comments