Update cli.yml
update to nodejs 12 LTS
This commit is contained in:
parent
c5a0ee66b0
commit
c4dc71ebad
4
.github/workflows/cli.yml
vendored
4
.github/workflows/cli.yml
vendored
@ -28,10 +28,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
|
|
||||||
- name: Use Node.js 10.x
|
- name: Use Node.js 12.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 10.x
|
node-version: 12.x
|
||||||
|
|
||||||
- name: Set GOPATH and PATH
|
- name: Set GOPATH and PATH
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user