Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(node): Install and manage Node.js with mise
What I did: ```bash $ mise --version 2024.10.7 linux-x64 (7d15bd5 2024-10-14) $ mise ls-remote node | tail -n 5 22.7.0 22.8.0 22.9.0 22.10.0 23.0.0 $ mise use node@22 mise ~/repos/github.com/rnazmo/vite-react-ts-tailwind-template/.mise.toml tools: [email protected] $ node --version v22.9.0 ```` NOTE: Use 22 not 23 because 23 is still new and will cause trouble. Ref: https://mise.jdx.dev/demo.html https://mise.jdx.dev/lang/node.html https://mise.jdx.dev/cli/ls-remote.html https://mise.jdx.dev/cli/use.html npm/cli#7857
- Loading branch information