Update cli.yml

update to nodejs 12 LTS
main
Ajitem Sahasrabuddhe 5 years ago committed by GitHub
parent c5a0ee66b0
commit c4dc71ebad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save