Commit ff37492
committed
fix(ci): use shell-globbed test file list
node --test <dir> only auto-discovers on Node 21+; on the 18/20 matrix
legs it treated test/ as a module path and threw MODULE_NOT_FOUND.
Switch to test/*.test.mjs so the shell expands an explicit file list
(works on all engines, excludes helpers.mjs).1 parent 758085c commit ff37492
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments