Skip to content

Commit

Permalink
Add missing nvm for upload server
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Aug 11, 2023
1 parent 9437008 commit 75d4fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ 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 v12.22.10
nvm install v18.15.0
nvm use v18.15.0
cd SimpleUploadServer && nvm use && npm install && npm start &
Expand Down

0 comments on commit 75d4fca

Please sign in to comment.