Commit c2ee517
fix(ci): pin Node via setup-node in bump-gitstream-core workflow (#532)
The Bump gitstream-core workflow had no actions/setup-node step, so it ran
on the runner's preinstalled Node 20. Newer @linearb/gitstream-core requires
node>=22 and its native dep isolated-vm fails to compile against Node 20's
V8 headers. Add setup-node@v6 with node-version-file: .nvmrc to match the
other workflows in this repo.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b98a251 commit c2ee517
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
0 commit comments