Skip to content

Commit

Permalink
Upload server nvm bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Aug 11, 2023
1 parent 75d4fca commit 49f87ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ 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
2 changes: 1 addition & 1 deletion SimpleUploadServer/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.22.10
v18.15.0

0 comments on commit 49f87ee

Please sign in to comment.