Skip to content

Commit

Permalink
app: Add node and npm minimum requirements
Browse files Browse the repository at this point in the history
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
  • Loading branch information
illume committed Jul 18, 2024
1 parent 1a68213 commit c9c1455
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"main": "electron/main.js",
"homepage": "https://github.com/headlamp-k8s/headlamp/#readme",
"productName": "Headlamp",
"engines": {
"npm": ">=10.0.0",
"node": ">=20.11.1"
},
"scripts": {
"build": "npm run copy-icons && npm run copy-plugins && npm run compile-electron && npm run prod-deps && electron-builder --dir --publish never",
"compile-electron": "babel electron --out-dir electron/ --extensions .ts",
Expand Down

0 comments on commit c9c1455

Please sign in to comment.