Skip to content

Commit

Permalink
docs: update documented minim node version (#6448)
Browse files Browse the repository at this point in the history
Update documented minim node version
  • Loading branch information
thejackshelton authored Jun 3, 2024
1 parent 5244042 commit f6fc2f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To play with it right away, check out our in-browser playgrounds:

To get started with Qwik locally, you need the following:

- [Node.js v16.8](https://nodejs.org/en/download/) or higher
- [Node.js v18.17](https://nodejs.org/en/download/) or higher
- Your favorite IDE ([vscode](https://code.visualstudio.com/) recommended)
- Optionally, read [think qwik](../concepts/think-qwik/index.mdx)

Expand Down

1 comment on commit f6fc2f8

@PatrickJS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should recommend v20/v22 and suggest v18 only as legacy support. v20 is a lot faster and fixes more qwik/vite gotchas

Please sign in to comment.