Commit 0eccc1d
committed
fix: override for c8 to use yargs@^18 for Node 26
To work around a crash on Node 25/26
(<nodejs/node#62083>) caused by an extensionless
`./yargs` file in yargs@17 (<nodejs/node#62083>)
which started being interpreted as `type: "module"` in Node.js 25.7 due
to <nodejs/node#61600>, which was reverted by
<nodejs/node#62083> for Node.js 25, but retained
for Node.js 26.
Work around the issue by overriding the c8 yargs dependency to use
yargs@^18.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>1 parent a42db2e commit 0eccc1d
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
67 | 72 | | |
68 | 73 | | |
69 | 74 | | |
| |||
0 commit comments