mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
Update go.yml
This commit is contained in:
parent
95e6af18b2
commit
155889b103
9
.github/workflows/go.yml
vendored
9
.github/workflows/go.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user