From 8126151aa012e265129a1ef75348f18b8586a29a Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 20 Sep 2021 20:50:39 +0200 Subject: [PATCH] chore(ci): fix run --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b82465e..fbf3e9c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,8 +18,9 @@ jobs: - checkout - 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" + - run: | + export NVM_DIR="$HOME/.nvm" + [-s "$NVM_DIR/nvm.sh"] && \. "$NVM_DIR/nvm.sh" - run: nvm install 16 - run: nvm use 16