You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rsbuild 2.0 requires **Node.js `20.19+` or `22.12+`**. Node.js 18 is no longer supported because it reached end of life in April 2025.
25
25
26
-
Make sure your CI runners and local development environment are running a supported version. The recommended pattern is to pin a version in the project [`.nvmrc`](https://github.com/nvm-sh/nvm#nvmrc) (or equivalent) file:
27
-
28
-
```text .nvmrc
29
-
22
30
-
```
31
-
32
26
## Review changed defaults
33
27
34
28
The following defaults changed upstream. Most projects don't need to react to them, but they're worth knowing about.
0 commit comments