Fix/tweak Node LTS support

This commit is contained in:
Dustin Brett
2023-01-20 09:02:33 -08:00
parent ac2711e512
commit 3a59152369
4 changed files with 9 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ cd daedalOS
### Yarn
- [Node.js](https://nodejs.org/en/download/) (**v16 LTS**)
- [Node.js](https://nodejs.org/en/download/) (**LTS**)
- [Yarn](https://classic.yarnpkg.com/en/) (`npm install --global yarn`)
```