Commit 90df756
committed
ci: align Node version with .node-version to fix pkg-pr-new fetch crash
Node 20.10.0 ships undici 5.27.x, which has a race where fetch's
ReadableStream controller closes before enqueue, causing pkg-pr-new
publish to crash with ERR_INVALID_STATE. Reading from .node-version
matches ci-fork.yml and picks up a Node with the undici fix.1 parent 7b87195 commit 90df756
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments