Commit dfb2caf
Fix hardcoded Node version and restore yalc command consistency
Critical fixes:
1. Use translated node-version from matrix instead of hardcoded '20'
- Latest config will now correctly use Node 22 instead of Node 20
2. Restore yalc command to match other workflows: 'cd packages/react-on-rails && yalc publish'
3. Re-enable conditional yarn cache (disabled for Node 22 due to V8 bug)
This ensures the matrix actually controls which Node version is used.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 402b17b commit dfb2caf
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments