Fix setting node version in workflow

This commit is contained in:
Eduard S
2020-04-28 15:14:30 +02:00
committed by GitHub
parent dc4ac0b350
commit f2a6103a97

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