Skip to content

Commit 669a6c9

Browse files
ci: test Node 20.x, 22.x, and 24.x; drop Node 18.x
Integration tests previously ran on Node 18.x and 20.x. Node 18 reached end-of-life; CI now covers current LTS (20, 22) and Node 24.x. Made-with: Cursor
1 parent 866e31a commit 669a6c9

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)