Skip to content

Commit

Permalink
add nvm version to install
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-1337 committed Aug 12, 2024
1 parent 40fb9d4 commit 0fab358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/on-demand-env-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ 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
nvm use
nvm install 20
nvm use 20

# Set env vars (these will override the .env.local file)
# frontend
Expand Down

0 comments on commit 0fab358

Please sign in to comment.