Skip to content

Commit

Permalink
"node-gyp": "^10.1.0",
Browse files Browse the repository at this point in the history
  • Loading branch information
MayGo committed Jun 9, 2024
1 parent 21d13da commit 6907953
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 186 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ version: '{build}'

install:
- ps: Install-Product node $env:nodejs_version
- choco install python311
- refreshenv
- python -m pip install --upgrade pip
- node --version
- npm --version
- echo SENTRY_DSN=%SENTRY_DSN% > .\electron\.env
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"electron-devtools-installer": "^3.2.0",
"jest": "29.2.2",
"jest-cli": "29.2.2",
"node-gyp": "^9.3.0",
"node-gyp": "^10.1.0",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"tslint": "^6.1.3",
Expand Down
Loading

0 comments on commit 6907953

Please sign in to comment.