Skip to content

Commit e51d34a

Browse files
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 setup
1 parent c5754cf commit e51d34a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/branches.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@ jobs:
1313
permissions:
1414
contents: read
1515
timeout-minutes: 10
16-
strategy:
17-
matrix:
18-
node-version: [20, 22]
1916
steps:
2017
- uses: actions/checkout@v4
2118
- uses: ./.github/actions/setup
22-
with:
23-
node-version: ${{ matrix.node-version }}
2419

2520
- name: Syncpack lint
2621
run: pnpm check:deps

0 commit comments

Comments
 (0)