Skip to content

Commit 6f98cb9

Browse files
chore: add Node.js v24 to CI workflow
1 parent 54bc0ff commit 6f98cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [macos-latest, ubuntu-latest, windows-latest]
22-
node-version: [20.x, 22.x]
22+
node-version: [20.x, 22.x, 24.x]
2323

2424
timeout-minutes: 30
2525

0 commit comments

Comments
 (0)