Skip to content

Commit

Permalink
Change node version used for deploying of a previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Mar 21, 2024
1 parent 06f6158 commit 8e04245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DEPLOYED_TAG=$(cat $GITHUB_WORKSPACE/DEPLOYED)
DEPLOYED_VERSION=$(echo $DEPLOYED_TAG | cut -d '-' -f 1)
DEPLOYED_DIR=$GITHUB_WORKSPACE/deployed-skale-manager/

DEPLOYED_WITH_NODE_VERSION="lts/fermium"
DEPLOYED_WITH_NODE_VERSION="lts/hydrogen"
CURRENT_NODE_VERSION=$(nvm current)

git clone --branch $DEPLOYED_TAG https://github.com/$GITHUB_REPOSITORY.git $DEPLOYED_DIR
Expand Down

0 comments on commit 8e04245

Please sign in to comment.