1 Commits

Author SHA1 Message Date
Eduard S
f2a6103a97 Fix setting node version in workflow 2020-04-28 15:14:30 +02:00

View File

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