Skip to content

Commit 1817b8d

Browse files
committed
Remove Node.js 18 from CI testing matrix
- Test only on Node.js 20.x and 22.x for more focused CI runs - Node.js 18 support is maintained but not actively tested in CI - Reduces CI complexity while maintaining coverage of current LTS versions
1 parent 6e6d4e0 commit 1817b8d

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
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 20.x, 22.x]
15+
node-version: [20.x, 22.x]
1616

1717
steps:
1818
- name: Checkout code

0 commit comments

Comments
 (0)