Browse Source
Merge pull request #6 from iden3/ed255-patch-1-1
Fix setting node version in gh workflow
feature/tables2
arnau
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/main.yml
|
@ -17,7 +17,7 @@ jobs: |
|
|
- name: Install Nodejs |
|
|
- name: Install Nodejs |
|
|
uses: actions/setup-node@v1 |
|
|
uses: actions/setup-node@v1 |
|
|
with: |
|
|
with: |
|
|
go-version: 10.x |
|
|
|
|
|
|
|
|
node-version: '10.x' |
|
|
- name: Install circom |
|
|
- name: Install circom |
|
|
run: npm install -g circom |
|
|
run: npm install -g circom |
|
|
- name: Install snarkjs |
|
|
- name: Install snarkjs |
|
|