Commit 5691517
ci: pin release runner to windows-2022, not windows-latest
windows-latest just moved to a VS2026 (18.x) image; node-gyp doesn't
recognize that version yet (nodejs/node-gyp#3282), which is the actual
cause of "Could not find any Visual Studio installation" rebuilding
node-pty — bumping the Node version in the runner didn't touch this,
since the gap is in the image's VS version, not npm's bundled node-gyp.
windows-2022 keeps the VS2022 toolchain node-gyp already understands.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 180e8db commit 5691517
1 file changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
0 commit comments