Skip to content

Commit

Permalink
Updated minimal needed node version in package.json (currently v20.…
Browse files Browse the repository at this point in the history
…9.0) (#3559)

Update of package*.json for minimal node verion requirement (v20.9.0)

 * it's an addition to #3556
* According to changelog v2.28.0: `⚠️ This release needs nodejs version
>= v20.9.0`
  • Loading branch information
bugsounet authored Sep 25, 2024
1 parent 08116b8 commit 5ffdf9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ _This release is scheduled to be released on 2024-10-01._
- [core] Updated SocketIO catch all to new API
- [core] Allow custom modules positions by scanning index.html for the defined regions, instead of hard coded (PR #3518 fixes issue #3504)
- [core] Detail optimizations in `config_check.js`
- [core] Updated minimal needed node version in `package.json` (currently v20.9.0)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"electron": "^31.6.0"
},
"engines": {
"node": ">=20"
"node": ">=20.9.0"
},
"_moduleAliases": {
"node_helper": "js/node_helper.js",
Expand Down

0 comments on commit 5ffdf9a

Please sign in to comment.