Skip to content

Commit 6f1ab17

Browse files
committed
Fix JS tests workflow in CI
1 parent cb426de commit 6f1ab17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package-js-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ jobs:
8181
)
8282
strategy:
8383
matrix:
84-
include:
84+
node-version:
8585
# Always run: Latest Node version (fast feedback on PRs)
86-
- node-version: '22'
86+
- '22'
8787
# Master and full-ci label: Minimum supported Node version (full coverage)
88-
- node-version: '20'
88+
- '20'
8989
exclude:
9090
# Skip minimum dependency matrix on regular PRs (run only on master or with full-ci label)
9191
- node-version: ${{ github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && needs.detect-changes.outputs.has_full_ci_label != 'true' && '20' || '' }}

0 commit comments

Comments
 (0)