Skip to content

Commit

Permalink
🔧 use more modern node version
Browse files Browse the repository at this point in the history
  • Loading branch information
fredk3 committed Mar 20, 2024
1 parent 0743a32 commit 82fde2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/electron/todesktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"appPath": "./",
"schemaVersion": 1,
"npmVersion": "10.2.4",
"nodeVersion": "20.11.1",
"packageJson": {
"extends": "package.json",
"main": "index.js",
Expand All @@ -15,8 +16,7 @@
"email": "lzrs@modular.cloud"
},
"scripts": {
"prepare": null,
"postinstall": "npm i --prefix apps/web"
"prepare": null
},
"dependencies": {
"@todesktop/runtime": "^1.6.1"
Expand Down

0 comments on commit 82fde2d

Please sign in to comment.