fix dumb indentation error

This commit is contained in:
Ajitem Sahasrabuddhe 2020-01-13 10:57:42 +05:30
parent fb0d7af151
commit f4f10b5c16

View File

@ -29,9 +29,9 @@ jobs:
go-version: ${{ matrix.go }}
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: 10.x
uses: actions/setup-node@v1
with:
node-version: 10.x
- name: Set GOPATH and PATH
run: |