Skip to content

Commit bbce987

Browse files
authored
ci: run tests in Node.js 24 (#652)
1 parent 5d2a5ca commit bbce987

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
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
node: [23.x, 22.x, 21.x, 20.x, 18.x, "18.18.0"]
30+
node: [24.x, 22.x, 20.x, 18.x, "18.18.0"]
3131
include:
3232
- os: windows-latest
3333
node: "lts/*"

0 commit comments

Comments
 (0)