Skip to content
Snippets Groups Projects
Commit 05ee5744 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-6636: trying to update node

parent 504a9ccc
No related branches found
No related tags found
1 merge request!157Feature/istwcms 6636 ebremner ohana php81
...@@ -36,6 +36,8 @@ cd ohana ...@@ -36,6 +36,8 @@ cd ohana
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Installing correct npm version ..." echo "Installing correct npm version ..."
rm .nvmrc
echo 'v18.18.0' > .nvmrc
file=".nvmrc" file=".nvmrc"
version=$(cat "$file") version=$(cat "$file")
export NVM_DIR=$HOME/.nvm; export NVM_DIR=$HOME/.nvm;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment