Commit 4ca5b4e
committed
fix incompatibility of ts-node with node 20
close #31
solution as per TypeStrong/ts-node#1997 (comment)
and passing option as per https://stackoverflow.com/a/73433625
Note: I add an adhoc test script for ci (instead of replacing the existing one)
because the adhoc solution seem to mix up the lines in case of errors
(see TypeStrong/ts-node#1997 (comment))
So this is to be used only for github actions, and not for general purpose testing.
Note: when TypeStrong/ts-node#1997 is solved,
this can be revert1 parent 0fe153c commit 4ca5b4e
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments