Update go.yml

This commit is contained in:
Pierre Balzack 2022-09-01 21:09:40 -07:00 committed by GitHub
parent 95e6af18b2
commit 155889b103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Go
- name: Setup Node
run: |
apt-get install npm
npm install --global yarn
npm install -g n
n stable
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.17.5