Commit 795521b
fix(ci): bump native-build cache key to invalidate stale napi-rs artifacts (#8678)
## Summary
- Bump `cache-key` from `native-build` to `native-build-1` in both
`reusable-native-build.yml` and `ci.yml` (node-validation job)
- Stale incremental compilation cache causes napi-rs to generate
incomplete `binding.d.cts` missing `OxcError` and `Comment` types from
`oxc_parser_napi`, failing CI with TypeScript errors across all PRs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>1 parent 4dcbf44 commit 795521b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments