Commit 47c4b49
Remove Node version matrix from package-js-tests to match CircleCI
The CircleCI config runs package-js-tests on a single Node version
(whatever comes with cimg/ruby:3.3.7-browsers), not multiple versions.
Removed the unnecessary matrix strategy that was testing on both
Node 20 and 22. Now runs on Node 22 only, matching the single-version
behavior of CircleCI.
Changes:
- Removed strategy.matrix.node-version
- Changed from ${{ matrix.node-version }} to fixed node-version: 22
- Updated artifact name from pro-jest-results-node${{ matrix.node-version }} to pro-jest-results
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 28892b1 commit 47c4b49
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | 100 | | |
104 | 101 | | |
105 | 102 | | |
| |||
111 | 108 | | |
112 | 109 | | |
113 | 110 | | |
114 | | - | |
| 111 | + | |
115 | 112 | | |
116 | 113 | | |
117 | 114 | | |
| |||
160 | 157 | | |
161 | 158 | | |
162 | 159 | | |
163 | | - | |
| 160 | + | |
164 | 161 | | |
165 | 162 | | |
166 | 163 | | |
| |||
0 commit comments