Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Jan 22, 2024
1 parent 5d1db54 commit 64009e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ curl -fsSL https://github.com/nodenv/nodenv-installer/raw/master/bin/nodenv-doct
# https://yarnpkg.com/getting-started/install
# for https://github.com/sensuikan1973/pedax/tree/main/website
for node_version in $(nodenv versions --bare); do
NODENV_VERSION="$node_version"
nodenv versions
nodenv shell "$node_version"
corepack enable
done

0 comments on commit 64009e5

Please sign in to comment.