We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1609684 commit 5c01e7aCopy full SHA for 5c01e7a
2 files changed
.github/workflows/ci.yml
@@ -49,10 +49,6 @@ jobs:
49
if: matrix.os == 'macos-m1'
50
run: npm install -g yarn
51
52
- - name: Add setuptools for Python 3.12 (temp)
53
- if: matrix.os != 'macos-m1'
54
- run: pip install setuptools
55
-
56
- name: Add msbuild to PATH
57
uses: microsoft/[email protected]
58
if: contains(matrix.os, 'windows')
package.json
@@ -52,18 +52,18 @@
"devDependencies": {
"eslint": "8.56.0",
"mocha": "10.2.0",
- "prebuild": "12.1.0"
+ "prebuild": "13.0.0"
},
"peerDependencies": {
- "node-gyp": "8.x"
+ "node-gyp": "^10"
59
60
"peerDependenciesMeta": {
61
"node-gyp": {
62
"optional": true
63
}
64
65
"optionalDependencies": {
66
67
68
"scripts": {
69
"install": "prebuild-install -r napi || node-gyp rebuild",
0 commit comments