Skip to content

Commit 1ab8315

Browse files
committed
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: node@22.9.0 $ 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
1 parent 510ee75 commit 1ab8315

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
node = "22"

0 commit comments

Comments
 (0)