apparently I need node for setup-go
Some checks failed
/ Deploy blog to deuterium (push) Failing after 33s
Some checks failed
/ Deploy blog to deuterium (push) Failing after 33s
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
1242e804cf
commit
a5db4df01d
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,12 @@ jobs:
|
|||
env:
|
||||
MACHINE: deuterium
|
||||
steps:
|
||||
- name: Setup Go 1.19
|
||||
- name: Setup Node
|
||||
id: node
|
||||
uses: https://code.forgejo.org/actions/setup-node@v4
|
||||
with:
|
||||
node-version: lts
|
||||
- name: Setup Go
|
||||
id: go
|
||||
uses: https://code.forgejo.org/actions/setup-go@v5
|
||||
- name: Setup Tailscale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue