diff --git a/.circleci/config.yml b/.circleci/config.yml index 7ba4ade..b82465e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: - run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash - run: export NVM_DIR="$HOME/.nvm" - - run: [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm + - run: [-s "$NVM_DIR/nvm.sh"] && \. "$NVM_DIR/nvm.sh" - run: nvm install 16 - run: nvm use 16