Skip to content

Commit

Permalink
Update Node version in Circle CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Sep 13, 2024
1 parent d51d2b2 commit 22006a5
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 @@ -60,8 +60,8 @@ jobs:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
nvm install v16.14
nvm alias default 16.14
nvm install v20.17.0
nvm alias default 20.17.0
echo 'export NVM_DIR="$HOME/.nvm"' >> $BASH_ENV
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
Expand Down

0 comments on commit 22006a5

Please sign in to comment.