Browse Source

Fix setting node version in gh workflow

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

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

@ -17,7 +17,7 @@ jobs:
- name: Install Nodejs
uses: actions/setup-node@v1
with:
go-version: 10.x
node-version: '10.x'
- name: Install circom
run: npm install -g circom
- name: Install snarkjs

Loading…
Cancel
Save