Skip to content

Commit

Permalink
chore: update node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Nov 7, 2024
1 parent ec68037 commit ef44e20
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 289 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-desktop-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ jobs:
with:
node-version-file: ".nvmrc"

- name: Install missing Python deps (to build bcrypto lib in Node)
if: matrix.os == 'macos-14'
run: brew install python-setuptools

- name: Install deps and build libs
run: |
yarn install --immutable
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
"electron": "33.1.0",
"@types/node": "20.12.7",
"@types/react": "18.2.55",
"bn.js": "5.2.1"
"bn.js": "5.2.1",
"node-gyp": "10.2.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
Expand Down
Loading

0 comments on commit ef44e20

Please sign in to comment.