Skip to content

Update NodeJS version requirements in README#440

Closed
robinmckenzie wants to merge 1 commit into
epicweb-dev:mainfrom
robinmckenzie:patch-1
Closed

Update NodeJS version requirements in README#440
robinmckenzie wants to merge 1 commit into
epicweb-dev:mainfrom
robinmckenzie:patch-1

Conversation

@robinmckenzie

Copy link
Copy Markdown

When running npx epicshop start the following error is shown:

...
❌ Node.js version compatibility error Current Node.js version: v26.4.0 Required Node.js versions: 20 || 22 || 24
...

Hence my update to the README.

When running `npx epicshop start` the following error is shown:

...
`❌ Node.js version compatibility error
Current Node.js version: v26.4.0
Required Node.js versions: 20 || 22 || 24`
...

Hence my update to the README.
@kody-bot

Copy link
Copy Markdown
Contributor

Thanks so much for reporting this and opening the PR, Robin!

Rather than updating only the README, Kody opened a metadata/config fix that updates Node support at the source:

  • epicshop now accepts Node 22 || 24 || 26 for the workshop app metadata and uses Node 26 in CI: chore: support Node 26 epicshop#616
  • react-fundamentals has a follow-up PR for its package engines, CI Node version, and Docker base image: chore: support Node 26 #441
  • Kody also opened matching Node 26 support PRs across the active Epic Web workshop repos.

I’m going to close this README-only PR since the underlying configuration is being fixed directly. Thank you again!

@kody-bot kody-bot closed this Jun 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants