Skip to content

Commit

Permalink
test: install mvn for ut running node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sagivoululumigo committed May 23, 2024
1 parent 93da88c commit 50f8928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ jobs:
name: install nvm
command: |
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
echo 'export NVM_DIR="$HOME/.nvm"' >> $BASH_ENV
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
nvm install 18.20.3
nvm use default 18.20.3
- run:
Expand Down

0 comments on commit 50f8928

Please sign in to comment.