Skip to content

Commit 3d44b3c

Browse files
authored
ci: run tests in Node.js 23 (#19055)
1 parent f16e846 commit 3d44b3c

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
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
matrix:
7373
os: [ubuntu-latest]
74-
node: [22.x, 21.x, 20.x, 18.x, "18.18.0"]
74+
node: [23.x, 22.x, 21.x, 20.x, 18.x, "18.18.0"]
7575
include:
7676
- os: windows-latest
7777
node: "lts/*"

0 commit comments

Comments
 (0)