Skip to content

Commit 28456b4

Browse files
authored
ci: add Node.js v23 (#638)
1 parent 5165f62 commit 28456b4

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: [22.x, 21.x, 20.x, 18.x, "18.18.0"]
30+
node: [23.x, 22.x, 21.x, 20.x, 18.x, "18.18.0"]
3131
include:
3232
- os: windows-latest
3333
node: "lts/*"

0 commit comments

Comments
 (0)