Skip to content

Commit 9983e09

Browse files
committed
[ci] Test on node 24
1 parent 4bd5a0b commit 9983e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 22
22+
node-version: 24
2323
- run: npm ci
2424
- run: npm run lint
2525
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)