Commit f43a5bb
fix: add Node 24 setup to release job to replace runner's pre-installed Node 20
The release job only installs bun but has no setup-node step, so jsii
falls back to the runner's pre-installed Node 20 (EOL April 2026). Insert
actions/setup-node@v6 with node-version 24 before the bun setup step.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ad445dc commit f43a5bb
2 files changed
Lines changed: 16 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 | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
49 | 59 | | |
50 | 60 | | |
51 | 61 | | |
| |||
0 commit comments