Commit eb389d4
ci: set up Node 18 after the build, not before it
typescript >= 7 ships an extensionless ESM bin/tsc that Node 18.17 cannot
load (ERR_UNKNOWN_FILE_EXTENSION), so having Node 18 on PATH during the
build step broke tsc. Node 18 is only needed for the post-build runtime
verification; move its setup there.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 863825e commit eb389d4
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 21 | | |
27 | 22 | | |
28 | 23 | | |
| |||
31 | 26 | | |
32 | 27 | | |
33 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments