chore: require Node.js 22

This commit is contained in:
Peter Steinberger
2026-06-08 20:00:46 +01:00
parent 1679bed1a4
commit d04ae974cf
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ All notable changes to Lobster will be documented in this file.
## Unreleased
- Require Node.js 22 or newer for the npm package, matching release CI.
- Write Lobster state files atomically while preserving restricted file modes, preventing truncated resume/session state after process termination. Thanks to [@KrasimirKralev](https://github.com/KrasimirKralev) (Issues [#108](https://github.com/openclaw/lobster/issues/108), [#109](https://github.com/openclaw/lobster/issues/109), PR [#110](https://github.com/openclaw/lobster/pull/110)).
- Fix `timeout_ms` + `retry` so per-attempt timeouts retry as documented while external workflow cancellation still stops immediately. Thanks to [@KrasimirKralev](https://github.com/KrasimirKralev) (PR [#106](https://github.com/openclaw/lobster/pull/106)).
+1 -1
View File
@@ -70,6 +70,6 @@
"typescript": "^6.0.3"
},
"engines": {
"node": ">=20"
"node": ">=22"
}
}