Skip to content

Commit 13b7bac

Browse files
committed
fix: removed new engines.node requirement from package.json, updated changelog
1 parent 14f306b commit 13b7bac

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
4343
- Environment detection (`env.js`) now respects hostname overrides and normalizes fallback logic for SSR/client consistency
4444
- Logs in `hooks.server.js` and PostHog analytics client are now gated by `isDebug` to avoid unnecessary noise in production
4545
- Better logging structure for PostHog initialization, including full `import.meta.env` dump in debug mode
46-
- Updated `engines.node` in `package.json` to require **Node.js** `>=24.0.0 <25`
47-
- **Node.js v22** is no longer supported
4846
- Bumped project version to `v1.25.4`
4947

5048
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"type": "module",
3232
"engines": {
33-
"node": ">=24.0.0 <25",
33+
"node": ">=22.0.0 <25",
3434
"npm": ">=10.0.0 <12"
3535
},
3636
"scripts": {

0 commit comments

Comments
 (0)