Commit 4e055ac
fix(ci): use npm ci against lockfile in promote workflow
The promote workflow ran `yarn install --frozen-lockfile`, but there is no
yarn.lock in the repo, so yarn resolved dependencies fresh and pulled a newer
@types/node whose ffi.d.ts the build's TypeScript parser cannot handle. This
broke the v6.6.0 and v6.7.0 promotions. Switch to `npm ci && npm run build`
so promotion uses the same pinned dependency set (package-lock.json) as the
release and PR build workflows.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 9713c04 commit 4e055ac
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments