Commit 819a877
authored
fix(release): add Node.js 22 setup for type stripping support (#114)
## Summary
The release scripts use `node --experimental-strip-types` which requires
Node.js 22.6+. The default Node.js on GitHub Actions runners is older,
causing the pre-release command to fail with:
```
node: bad option: --experimental-strip-types
```
## Changes
- Add `actions/setup-node@v4` with `node-version: 22` to ensure type
stripping works1 parent 7edf15c commit 819a877
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
0 commit comments