mirror of
https://github.com/arnaucube/go-circom-prover-verifier.git
synced 2026-02-06 19:06:43 +01:00
Fix setting node version in workflow
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -16,8 +16,8 @@ jobs:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- name: Install Nodejs
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
go-version: 10.x
|
||||
with:
|
||||
node-version: '10.x'
|
||||
- name: Install circom
|
||||
run: npm install -g circom
|
||||
- name: Install snarkjs
|
||||
|
||||
Reference in New Issue
Block a user