Skip to content

Commit 3e3b80a

Browse files
authored
ci: run tests in Node.js 23 (#170)
1 parent fc9837d commit 3e3b80a

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

0 commit comments

Comments
 (0)