Skip to content

Commit 5e096f2

Browse files
authored
ci(ci): add node 24 to test matrix (#176)
1 parent e060aeb commit 5e096f2

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
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest]
33-
node: [18.18.0, 18.x, 20.x, 22.x]
33+
node: [18.18.0, 18.x, 20.x, 22.x, 24.x]
3434
include:
3535
- os: windows-latest
3636
node: lts/*

0 commit comments

Comments
 (0)