Update One-Click Catalyst flow to specify Node v24#2937
Conversation
Updated the required Node.js versions to only allow version 24.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Bundle Size ReportComparing against baseline from No bundle size changes detected. |
Unlighthouse Performance Comparison — VercelComparing PR preview deployment Unlighthouse scores vs production Unlighthouse scores. Summary ScoreAggregate score across all categories as reported by Unlighthouse.
Category Scores
Core Web Vitals
|
Updated the required Node.js versions to only allow version 24.
What/Why?
Catalyst has recently been updated to require Node v24 instead of the previously required v20 or v22. We're needing to update the One-Click Catalyst flow to reflect this change as currently if you try to follow the process it'll request v20 or v22 which does not work.
This update changes the versions listed in the below file to reflect v24
catalyst/packages/create-catalyst/bin/index.cjs
Line 19 in 6a5b019
Testing
Node 24 has been confirmed through testing to work with the latest version of Catalyst, along with being confirmed by the Catalyst engineers to be the new supported version
Migration
No files have been moved, only the listed Node version requirement has been changed for the One-Click Catalyst flow