Skip to content

Commit 6e3140d

Browse files
committed
ci: bump node matrix to 22, 24
1 parent 118e004 commit 6e3140d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ 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@v5
1314
- uses: pnpm/action-setup@v4
1415
- uses: actions/setup-node@v5
1516
with:
1617
cache: pnpm
17-
node-version: latest
18+
node-version: ${{matrix.node}}
1819
- run: make lint test

0 commit comments

Comments
 (0)