mirror of
https://github.com/selfxyz/self.git
synced 2026-01-08 22:28:11 -05:00
Install nodejs and corepack
This commit is contained in:
8
.github/workflows/circuits.yml
vendored
8
.github/workflows/circuits.yml
vendored
@@ -134,6 +134,14 @@ jobs:
|
|||||||
- name: Print Circom version
|
- name: Print Circom version
|
||||||
run: 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
|
- name: Cache Yarn dependencies
|
||||||
uses: ./.github/actions/cache-yarn
|
uses: ./.github/actions/cache-yarn
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user