Skip to content

Commit

Permalink
Only one NODE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Dec 1, 2023
1 parent 7a62a84 commit 8eed7ec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/blockchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ env:
# Location where compiled system contracts are stored under the root of this
# repo.
SYSTEM_CONTRACTS_PATH: "compiled-system-contracts"
# Used for celo-monorepo
NODE_VERSION: 18.18

defaults:
run:
Expand All @@ -39,7 +41,6 @@ jobs:
# options: --user root
runs-on: ["8-cpu","self-hosted","blockchain"]
env:
NODE_VERSION: 18.18
CONTRACTS_BUILD_PATH: packages/protocol/build

steps:
Expand Down Expand Up @@ -391,8 +392,6 @@ jobs:
name: End-to-end blockchain parameters test
runs-on: ["8-cpu","self-hosted","blockchain"]
timeout-minutes: 30
env:
NODE_VERSION: 18

needs:
- go-modules
Expand Down Expand Up @@ -443,7 +442,7 @@ jobs:
runs-on: ["8-cpu","self-hosted","blockchain"]
timeout-minutes: 30
env:
NODE_VERSION: 18
NODE_VERSION: 18.18

needs:
- go-modules
Expand Down

0 comments on commit 8eed7ec

Please sign in to comment.