Skip to content

Commit

Permalink
chore: update docs for node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLefrere committed Jan 20, 2025
1 parent aa6f767 commit ae08dcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/pages/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ In most cases the easiest way to get started is to use

To install the TypeScript templates you need:

- [Node.js v18](https://nodejs.org/en/download/package-manager).
Note that version 18 is _required_.
- [Node.js v22](https://nodejs.org/en/download/package-manager).
Note that version 22 is _required_.
We do not support older or newer versions at the moment.

<details>
Expand All @@ -21,7 +21,7 @@ To install the TypeScript templates you need:
<Tabs items={["Linux and MacOS", "Windows"]}>
<Tab>
```sh copy
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash nvm install 18
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash nvm install 22
```
</Tab>

Expand All @@ -33,7 +33,7 @@ To install the TypeScript templates you need:
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'));
# download and install Node.js
choco install nodejs --version="18.19.1"
choco install nodejs --version="22.13.0"
```
</Tab>
</Tabs>
Expand Down

0 comments on commit ae08dcb

Please sign in to comment.