Skip to content

Commit

Permalink
Downgrade nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Jan 29, 2024
1 parent 4601260 commit 8029c3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'docs-v*'

env:
NODE_VERSION: 20
NODE_VERSION: 18
PYTHON_VERSION: 3.8

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down
4 changes: 0 additions & 4 deletions proxy/scripts/test_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ then
GITHUB_REPOSITORY="skalenetwork/IMA"
fi

echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"


DEPLOYED_TAG="$(cat "$GITHUB_WORKSPACE"/proxy/DEPLOYED)"
VERSION_TAG="$(cat "$GITHUB_WORKSPACE"/VERSION)"
Expand All @@ -32,8 +30,6 @@ GANACHE=$(npx ganache \
--wallet.accountKeysPath "$ACCOUNTS_FILENAME" \
)

echo "Ganache: $GANACHE"

cd "$DEPLOYED_DIR"
yarn install
cd proxy
Expand Down

0 comments on commit 8029c3d

Please sign in to comment.