setup-node needs node I'm sobbing
Some checks failed
/ Deploy blog to deuterium (push) Failing after 39s
Some checks failed
/ Deploy blog to deuterium (push) Failing after 39s
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
a5db4df01d
commit
005f02127d
1 changed files with 1 additions and 6 deletions
|
@ -7,16 +7,11 @@ jobs:
|
|||
deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
image: node:lts-bullseye
|
||||
name: Deploy blog to deuterium
|
||||
env:
|
||||
MACHINE: deuterium
|
||||
steps:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue