Commit ef62758
Unquote test glob so the shell expands it on Node 20
Node 22 added native glob expansion for `--test`, but Node 20 (the CI
target) does not — quoted globs reach node verbatim and fail with
"Could not find". Drop the quotes so sh expands the glob before invoking
node.1 parent 99086b8 commit ef62758
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments