Skip to content

Commit

Permalink
Update roboanimals-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x authored Apr 25, 2024
1 parent b888760 commit 9142923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/roboanimals-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
echo $FOUNDRY_BIN_DIR >> $GITHUB_PATH
- uses: actions/setup-node@v3
if: ${{ inputs.network == 'arb' }}
if: ${{ endsWith(inputs.network, 'ganache') || inputs.network == 'arb' }}
with:
node-version: 16

Expand Down

0 comments on commit 9142923

Please sign in to comment.