Skip to content

Commit

Permalink
Fix: Install lts nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Oct 25, 2023
1 parent 2bf3b0e commit 422ec92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ init_command() {
fi

echo "Install Node.js" >&2
volta install node
volta install node@lts

echo "Install dependencies" >&2
volta install pnpm
Expand Down

0 comments on commit 422ec92

Please sign in to comment.