Skip to content

Commit 5c01e7a

Browse files
committed
bump node-gyp to v10
1 parent 1609684 commit 5c01e7a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Diff for: .github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ jobs:
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/[email protected]
5854
if: contains(matrix.os, 'windows')

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@
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",

0 commit comments

Comments
 (0)