Skip to content

Commit 49882dc

Browse files
committed
test: Added Node 23.x to tested runtimes, removed Node 17.x
1 parent 966dcd8 commit 49882dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
node-version: [17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
21+
node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x]
2222

2323
steps:
2424
- name: Checkout

0 commit comments

Comments
 (0)