From 7b49019f94b4c55e980482301f3f264ae4bf1df2 Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Wed, 16 Oct 2024 13:50:17 +0100 Subject: [PATCH] fix node version --- .github/workflows/ci-ethereum-contract.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-ethereum-contract.yml b/.github/workflows/ci-ethereum-contract.yml index 9c1c7ed93a..ff8b69902d 100644 --- a/.github/workflows/ci-ethereum-contract.yml +++ b/.github/workflows/ci-ethereum-contract.yml @@ -21,6 +21,9 @@ jobs: working-directory: target_chains/ethereum/contracts/ steps: - uses: actions/checkout@v3 + - uses: actions/setup-node@v4 + with: + node-version-file: "package.json" - uses: pnpm/action-setup@v4 name: Install pnpm