Commit e51d34a
authored
chore(ci): remove multi-node version matrix (#317)
* chore(ci): remove multi-node version matrix from branch CI
Since we only deploy Cloudflare Workers and don't publish npm packages,
testing across multiple Node versions is unnecessary. This aligns the
branch workflow with main.yml which already uses a single Node version.
* chore(ci): use latest LTS Node version
Use lts/* instead of hardcoding Node 22 so CI automatically picks up
new LTS releases.
* revert: keep Node 22 hardcoded in CI setup1 parent c5754cf commit e51d34a
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
22 | | - | |
23 | | - | |
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
| |||
0 commit comments