Skip to content

Commit

Permalink
Update nvm versions in build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelmegitt committed Jul 12, 2024
1 parent e9443cc commit 01a3f9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -e

source /usr/local/nvm/nvm.sh
nvm install 14.18.1
nvm use 14.18.1
nvm install 20.11.0
nvm use 20.11.0
nvm install-latest-npm

# Install & Build
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -e

source /usr/local/nvm/nvm.sh
nvm install 14.18.1
nvm use 14.18.1
nvm install 20.11.0
nvm use 20.11.0
nvm install-latest-npm

# Install & Build
Expand Down

0 comments on commit 01a3f9f

Please sign in to comment.