mirror of
https://github.com/merlinhu1/codex-game-studio.git
synced 2026-08-25 07:54:34 +02:00
chore: require node 24 runtime
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Setup
|
||||
|
||||
Install and verify with Node 20 or newer:
|
||||
Install and verify with Node 24 or newer:
|
||||
|
||||
```bash
|
||||
npm install
|
||||
|
||||
@@ -125,7 +125,7 @@ It does not own project scaffolding internals, role prompt content, or Codex run
|
||||
|
||||
- The TypeScript project uses NodeNext ESM semantics.
|
||||
- Relative TypeScript imports must use emitted `.js` specifiers.
|
||||
- Node support requires a package engine floor that includes Node >=20.
|
||||
- Node support requires a package engine floor that includes Node >=24.
|
||||
- Packaged files must include `dist/`, `engine_configs/`, `engine_reference/`, and `templates/`.
|
||||
- Future-only command surfaces stay hidden until implemented intentionally.
|
||||
- Future-only examples include `next`, `telemetry`, `parallel`, and ownership enforcement.
|
||||
|
||||
Reference in New Issue
Block a user