Fix setting node version in gh workflow

This commit is contained in:
Eduard S
2020-04-28 15:15:19 +02:00
committed by GitHub
parent dc4ac0b350
commit 0977fac08c

View File

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