Install nodejs and corepack

This commit is contained in:
Javier Cortejoso
2025-12-19 12:31:30 +01:00
parent 6efffb6a91
commit ffef0bb504

View File

@@ -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: