Commit a872861
fix(docker): upgrade to Node.js 22 for ESM require() support
nanoid v5 and express-rate-limit v8 are ESM-only but esbuild outputs
CJS require() calls. Node.js 20 crashes with ERR_REQUIRE_ESM;
Node.js 22.12+ supports require() of ESM modules natively.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8362440 commit a872861
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments