Skip to content

Commit 1b3e961

Browse files
ci: add Node 22.x and 24.x integration tests; drop Node 18.x (#308)
1 parent df85931 commit 1b3e961

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
@@ -278,7 +278,7 @@ jobs:
278278
strategy:
279279
fail-fast: false
280280
matrix:
281-
node-version: ["18.x", "20.x"]
281+
node-version: ["20.x", "22.x", "24.x"]
282282
steps:
283283
- name: Checkout
284284
uses: actions/checkout@v4

0 commit comments

Comments
 (0)