We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb426de commit 6f1ab17Copy full SHA for 6f1ab17
.github/workflows/package-js-tests.yml
@@ -81,11 +81,11 @@ jobs:
81
)
82
strategy:
83
matrix:
84
- include:
+ node-version:
85
# Always run: Latest Node version (fast feedback on PRs)
86
- - node-version: '22'
+ - '22'
87
# Master and full-ci label: Minimum supported Node version (full coverage)
88
- - node-version: '20'
+ - '20'
89
exclude:
90
# Skip minimum dependency matrix on regular PRs (run only on master or with full-ci label)
91
- 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