Skip to content

Commit 120dfb1

Browse files
committed
drop Node 16, 18, 20 tests
1 parent ed0ede4 commit 120dfb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/shared-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
node-version: ['18.x', '20.x', '22.x', '24.x', 'latest']
25+
node-version: ['22.x', '24.x', 'latest']
2626
test-type: ['node', 'browser']
2727
# Determine test categories based on whether testing published packages or source code:
2828
# - Testing published packages: only run vector tests (don't have build artifacts to test coverage or compliance)

0 commit comments

Comments
 (0)