setup node first
Some checks are pending
/ build-forgejo-deb (push) Has started running
/ installtest-bookworm-user (push) Has started running
/ publish-release-repo (push) Has started running

This commit is contained in:
Alex Janka 2024-06-15 13:18:04 +10:00
parent 58ea08f9ab
commit 7ed1c1533b

View file

@ -7,6 +7,10 @@ jobs:
build-forgejo-deb:
runs-on: bookworm
steps:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: actions/checkout@v4
with:
submodules: true
@ -14,10 +18,6 @@ jobs:
fetch-tags: true
filter: tree:0
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: actions/setup-go@v4
with:
go-version: "1.22"