diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d4754faca..efc0119460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ _This release is scheduled to be released on 2025-01-01._ - [linter] Add linting for markdown files (#3646) - [calendar] Add ability to display end date for full date events, where end is not same day (showEnd=true) (#3650) - [core] Add text to the config.js.sample file about the locale variable (#3654, #3655) -- [core] Add fetch timeout for all node_helpers (thru undici, forces node 20.18.1 minimum) to help on slower systems. +- [core] Add fetch timeout for all node_helpers (thru undici, forces node 20.18.1 minimum) to help on slower systems. (#3660) (3661) ### Changed diff --git a/package-lock.json b/package-lock.json index f3750f0d89..c1e9c24b8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "stylelint-prettier": "^5.0.2" }, "engines": { - "node": ">=20.18.1 <21 || 22 || >=23" + "node": ">=20.18.1 <21 || >=22" }, "optionalDependencies": { "electron": "^32.2.7"