Commit c7dd4c5
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 7ecb26e commit c7dd4c5
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments