From ffef0bb504f10877d0407ccde00670241d7e28b2 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Fri, 19 Dec 2025 12:31:30 +0100 Subject: [PATCH] Install nodejs and corepack --- .github/workflows/circuits.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/circuits.yml b/.github/workflows/circuits.yml index d99c27096..4bfe35f9c 100644 --- a/.github/workflows/circuits.yml +++ b/.github/workflows/circuits.yml @@ -134,6 +134,14 @@ jobs: - name: Print Circom version run: circom --version + - name: Setup Node.js + uses: actions/setup-node@v6 + with: + node-version-file: .nvmrc + + - name: Enable Corepack + run: corepack enable + - name: Cache Yarn dependencies uses: ./.github/actions/cache-yarn with: