Skip to content

Commit 8fc03d9

Browse files
authored
Upgrade to Node 22.12 (#477)
1 parent e2c4c40 commit 8fc03d9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: setup-node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20'
27+
node-version: '22'
2828

2929
- name: Docker setup
3030
uses: docker/setup-buildx-action@v3

opensaas-sh/blog/src/content/docs/start/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you prefer video tutorials, you can watch this walkthrough below which will g
1717
### Pre-requisites
1818

1919
You must have Node.js (and NPM) installed on your machine and available in `PATH` to use Wasp.
20-
Your version of Node.js must be >= 20.
20+
Your version of Node.js must be >= 22.12.
2121

2222
To switch easily between Node.js versions, we recommend using [nvm](https://github.com/nvm-sh/nvm).
2323

@@ -81,7 +81,7 @@ Once Rosetta is installed, you should be able to run Wasp without any issues.
8181

8282
### Windows
8383

84-
In order to use Wasp on Windows, you need to install WSL2 (Windows Subsystem for Linux) and a Linux distribution of your choice. We recommend using Ubuntu.
84+
In order to use Wasp on Windows, you need to install WSL2 (Windows Subsystem for Linux) and a Linux distribution of your choice. We recommend using Ubuntu.
8585

8686
**You can refer to this [article](https://wasp.sh/blog/2023/11/21/guide-windows-development-wasp-wsl) for a step by step guide to using Wasp in the WSL environment.** If you need further help, reach out to us on [Discord](https://discord.gg/rzdnErX).
8787

@@ -127,7 +127,7 @@ curl -sSL https://get.wasp.sh/installer.sh | sh
127127
</summary>
128128
If you are using WSL2, make sure that your Wasp project is not on the Windows file system, <b>but instead on the Linux file system</b>. Otherwise, Wasp won't be able to detect file changes, due to this <a href='https://github.com/microsoft/WSL/issues/4739'>issue in WSL2</a>.
129129
</details>
130-
:::
130+
:::
131131

132132
### Finalize Installation
133133

template/e2e-tests/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"prisma": "5.19.1"
3030
},
3131
"devDependencies": {
32-
"@types/node": "^20.14.8"
32+
"@types/node": "^22.12.0"
3333
}
3434
}

0 commit comments

Comments
 (0)