mirror of
https://github.com/webstudio-is/webstudio.git
synced 2025-03-15 09:45:09 +00:00
## Description In PR #3217 the node version was upgraded to 20. But the content in .nvmrc was not updated. This causes minor issue for people who set up a script to auto switch node version based on the value inside .nvmrc ## Steps for reproduction 1. Set up shell environment to auto swtich node version on `cd` as https://github.com/Schniz/fnm?tab=readme-ov-file#zsh 2. `cd` into this project 3. `pnpm install` 4. You will get this warning ` WARN Unsupported engine: wanted: {"node":"20"} (current: {"node":"v18.20.2","pnpm":"9.0.2"})`
2 lines
3 B
Plaintext
2 lines
3 B
Plaintext
20
|