Commit 5012b8f
committed
fix: add missing Bun setup and dependency install to release job
The release job runs `node scripts/merge-mac-update-manifests.ts` but was
missing the Setup Bun and Install dependencies steps that every other job
in the workflow includes. While the script currently only uses Node built-ins,
this is inconsistent with the rest of the workflow and fragile if any npm
dependency is added to the script in the future.1 parent 31dce76 commit 5012b8f
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
263 | 268 | | |
264 | 269 | | |
265 | 270 | | |
266 | 271 | | |
267 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
268 | 276 | | |
269 | 277 | | |
270 | 278 | | |
| |||
0 commit comments