Skip to content

Commit a913f4f

Browse files
authored
ci: run tests in Node.js 24 (#31)
1 parent bab0444 commit a913f4f

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
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest]
28-
node: [22.x, 21.x, 20.x]
28+
node: [24.x, 22.x, 20.x]
2929
include:
3030
- os: windows-latest
3131
node: "lts/*"

0 commit comments

Comments
 (0)