Commit 6bf5383
ci(build-dist): bump Node 20 → 22 to match other workflows
`packages/vscode` runs `tsx scripts/schema.ts` in its `prepare` hook,
which transitively calls `ts-json-schema-generator` → `fs.globSync` —
a Node 22+ API. The other workflows (autofix / test / smoke / release)
already use `lts/*` (≥22); only this one was pinned to 20 via the
`runsascoded/npm-dist@v1` default.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 998c4aa commit 6bf5383
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
0 commit comments