Skip to content

Commit 8c1d39b

Browse files
committed
fix: make nvm run with node 14
1 parent 2de8a2a commit 8c1d39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export NVM_DIR="/home/ubuntu/.nvm"
99

1010
# uncomment the line below if you need a specific version of node
1111
# other than the one specified as `default` alias in NVM (optional)
12-
# nvm use 4 1> /dev/null
12+
nvm use 14 1> /dev/null
1313

1414
echo "Using nvm version $(nvm --version)"
1515
echo "Using node version $(node --version)"

0 commit comments

Comments
 (0)