Skip to content

Commit

Permalink
Merge pull request #434 from okta/update_node_version
Browse files Browse the repository at this point in the history
Update node version in CI
  • Loading branch information
rajdeepnanua-okta authored Oct 17, 2024
2 parents d4a2aa3 + bf5a00a commit 0cd2891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export NVM_DIR="/root/.nvm"

# Install required node version
setup_service node v20.5.0
setup_service node v20.9.0

# determine the linux distro
distro=$(awk -F= '$1=="ID" { print $2 ;}' /etc/os-release | tr -d '"')
Expand Down

0 comments on commit 0cd2891

Please sign in to comment.