Skip to content

Commit

Permalink
Update prebuild to v13
Browse files Browse the repository at this point in the history
This updates node-gyp dependency, and should fix the build on macos.
  • Loading branch information
orgads committed Feb 13, 2024
1 parent 1598f02 commit a15f9df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
# https://github.com/nodejs/node-gyp/issues/2869
- run: python3 -m pip install setuptools
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"isolated-vm": ".",
"prebuild": "^12.1.0"
"prebuild": "^13.0.0"
},
"binary": {
"module_path": "out"
Expand Down

0 comments on commit a15f9df

Please sign in to comment.