Skip to content

Commit 5eb3b7a

Browse files
committed
chore: update node-gyp
1 parent c584547 commit 5eb3b7a

File tree

3 files changed

+86
-292
lines changed

3 files changed

+86
-292
lines changed

.github/workflows/build-desktop-apps.yml

-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ jobs:
4848
with:
4949
node-version-file: ".nvmrc"
5050

51-
- name: Install missing Python deps (to build bcrypto lib in Node)
52-
if: matrix.os == 'macos-14'
53-
run: brew install python-setuptools
54-
5551
- name: Install deps and build libs
5652
run: |
5753
yarn install --immutable

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@
107107
"electron": "32.1.2",
108108
"@types/node": "20.12.7",
109109
"@types/react": "18.2.55",
110-
"bn.js": "5.2.1"
110+
"bn.js": "5.2.1",
111+
"node-gyp": "10.2.0"
111112
},
112113
"devDependencies": {
113114
"@babel/cli": "^7.23.9",

0 commit comments

Comments
 (0)