mirror of
https://github.com/selfxyz/self.git
synced 2026-01-07 22:04:03 -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
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user