Commit 3d25df7
committed
fix(ci): upgrade to Node 22 to fix katex __VERSION__ crash in mint CLI
The mint CLI >=4.2.404 ships a katex version whose ESM entry point
references an unbundled __VERSION__ constant. Node 20 throws
'ReferenceError: __VERSION__ is not defined'; Node 22 handles this
correctly. Upgrade the CI from Node 20 → 22 so we can keep using
mint@latest.
Co-authored-by: openhands <openhands@all-hands.dev>1 parent 28dd232 commit 3d25df7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments