Browse Source

Fix setting node version in workflow

ed255-patch-1
Eduard S 4 years ago
committed by GitHub
parent
commit
f2a6103a97
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/main.yml

+ 2
- 2
.github/workflows/main.yml

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

Loading…
Cancel
Save