Skip to content

Commit

Permalink
Force usage of node 18.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Dec 1, 2023
1 parent 3ff6bb0 commit 7a62a84
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/blockchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# options: --user root
runs-on: ["8-cpu","self-hosted","blockchain"]
env:
NODE_VERSION: 18
NODE_VERSION: 18.18
CONTRACTS_BUILD_PATH: packages/protocol/build

steps:
Expand Down Expand Up @@ -432,12 +432,6 @@ jobs:
cache: yarn
cache-dependency-path: celo-monorepo/yarn.lock

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 30
with:
limit-access-to-actor: true

- name: Run e2e test
run: |
export E2E_TESTS_FORCE_USE_MYCELO=true
Expand Down

0 comments on commit 7a62a84

Please sign in to comment.