Commit 96ec27d
Update Node.js requirement from 18+/16 to 20+ across documentation
Fixes Node version inconsistencies identified by CodeRabbit in PR #1860.
Changes:
- docs/introduction.md: 18+ → 20+
- docs/getting-started/quick-start.md: 18+ → 20+
- docs/deployment/heroku-deployment.md: 16.19.0 → 20.0.0
Rationale:
- React on Rails v16 requires Node 20+ for ESM module support
- Node 16 reached EOL in September 2023
- Node 18 reaches EOL in April 2025
- CI currently tests only Node 20 and 22
- Release notes specify Node 20.19.0+ or 22.12.0+ required
The tutorial.md (line 7) says "Updated for React on Rails v16" and
users following it would use Node 20+, so deployment guide should
match to avoid confusion.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent da6e8c6 commit 96ec27d
File tree
3 files changed
+3
-3
lines changed- docs
- deployment
- getting-started
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments