Commit f645842
authored
ci: upgrade Node.js from 18 to 22 across workflows (#1063)
## Summary
- Bumps `NODE_VERSION` from 18 to 22 in `test.yml`, `browserstack.yml`,
and `integration.yml`
- Node 18 reached end-of-life in April 2025 and is incompatible with the
current toolchain (TypeScript 5.8 / rollup-plugin-typescript2)
- Node 22 is the current Active LTS (EOL April 2027), consistent with
`release.yml` and the build action default
## Test plan
- [ ] CI passes on this PR1 parent fcb5b1b commit f645842
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments