Skip to content

Commit 42b6178

Browse files
authored
feat: add node@24 to ci matrix (#879)
1 parent a505f01 commit 42b6178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 22.x
19+
node-version: 24.x
2020

2121
- run: npm ci
2222
- run: npm run lint
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
node-version: [16.x, 18.x, 20.x, 22.x]
30+
node-version: [16.x, 18.x, 20.x, 22.x, 24.x]
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)