Skip to content

Commit

Permalink
bump node-gyp to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed May 15, 2024
1 parent 1609684 commit 5c01e7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ jobs:
if: matrix.os == 'macos-m1'
run: npm install -g yarn

- name: Add setuptools for Python 3.12 (temp)
if: matrix.os != 'macos-m1'
run: pip install setuptools

- name: Add msbuild to PATH
uses: microsoft/[email protected]
if: contains(matrix.os, 'windows')
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
"peerDependenciesMeta": {
"node-gyp": {
"optional": true
}
},
"optionalDependencies": {
"node-gyp": "8.x"
"node-gyp": "^10"
},
"scripts": {
"install": "prebuild-install -r napi || node-gyp rebuild",
Expand Down

0 comments on commit 5c01e7a

Please sign in to comment.