1 Commits

Author SHA1 Message Date
Eduard S
0977fac08c Fix setting node version in gh workflow 2020-04-28 15:15:19 +02:00

View File

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