Skip to content

Commit 5ced98d

Browse files
committed
ci: update Node.js version matrix to only include Node 22
1 parent e93a146 commit 5ced98d

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
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
node-version: [18, 20, 22]
30+
node-version: [22]
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4

0 commit comments

Comments
 (0)