webstudio/.nvmrc
Armedi 54f601ebe9 chore: set node version to 20 in .nvmrc (#3423)
## 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"})`
2024-05-26 19:11:24 +03:00

2 lines
3 B
Plaintext