Skip to content

Commit ae3f6f9

Browse files
committed
ci: bump node matrix to 22, 24
1 parent d8fae8e commit ae3f6f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ jobs:
77
fail-fast: false
88
matrix:
99
os: [ubuntu-latest, macos-latest, windows-latest]
10+
node: [22, 24]
1011
runs-on: ${{matrix.os}}
1112
steps:
1213
- uses: actions/checkout@v4
1314
- uses: pnpm/action-setup@v4
1415
- uses: actions/setup-node@v4
1516
with:
1617
cache: pnpm
17-
node-version: latest
18+
node-version: ${{matrix.node}}
1819
- uses: oven-sh/setup-bun@v1
1920
with:
2021
bun-version: latest

0 commit comments

Comments
 (0)