Commit eefe370
fix: upgrade Node.js version in release workflow to meet semantic-release requirements
- Update release workflow from Node.js 18 to Node.js 20
- This resolves the semantic-release error: "node version >=20.8.1 is required"
- CI workflow already tests both Node.js 18 and 20 for compatibility
- package.json engines field supports ">=18" so this change is backward compatible
The release workflow will now use Node.js 20 which meets semantic-release
requirements while maintaining compatibility with the existing codebase.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3b4f134 commit eefe370
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments