Skip to content

Commit bbeee3a

Browse files
Apply suggestion from @lucasmcdonald3
1 parent f42416e commit bbeee3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: ['22.x', 'latest']
25+
node-version: ['22.x', '24.x', '26.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)