Commit 108a4dc
committed
fix: widen EBADF fstat version gate to include Node 24.15+
The breaking change from nodejs/node#61769 was backported to Node
v24.15.0, but the version guard only covered Node >= 25.7. This adds
the Node 24.15+ range so PnP correctly reads CJS source from zip
files on that version as well.
Fixes yarnpkg#71031 parent baebea1 commit 108a4dc
2 files changed
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
0 commit comments