File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 4949 if : matrix.os == 'macos-m1'
5050 run : npm install -g yarn
5151
52- - name : Add setuptools for Python 3.12 (temp)
53- if : matrix.os != 'macos-m1'
54- run : pip install setuptools
55-
5652 - name : Add msbuild to PATH
5753 uses : microsoft/setup-msbuild@v1.3
5854 if : contains(matrix.os, 'windows')
Original file line number Diff line number Diff line change 5252 "devDependencies" : {
5353 "eslint" : " 8.56.0" ,
5454 "mocha" : " 10.2.0" ,
55- "prebuild" : " 12.1 .0"
55+ "prebuild" : " 13.0 .0"
5656 },
5757 "peerDependencies" : {
58- "node-gyp" : " 8.x "
58+ "node-gyp" : " ^10 "
5959 },
6060 "peerDependenciesMeta" : {
6161 "node-gyp" : {
6262 "optional" : true
6363 }
6464 },
6565 "optionalDependencies" : {
66- "node-gyp" : " 8.x "
66+ "node-gyp" : " ^10 "
6767 },
6868 "scripts" : {
6969 "install" : " prebuild-install -r napi || node-gyp rebuild" ,
You can’t perform that action at this time.
0 commit comments