Skip to content

Commit d73770a

Browse files
committed
chore: Remove Node.js version 18 from CI workflow matrix for streamlined testing
1 parent 0c7d936 commit d73770a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
node-version: [18, 20, 22]
75+
node-version: [20, 22]
7676

7777
steps:
7878
- name: Checkout repository

0 commit comments

Comments
 (0)