.forgejo: use bookworm with node
This commit is contained in:
parent
be5b988d91
commit
b03e76d289
1 changed files with 1 additions and 3 deletions
|
@ -37,10 +37,8 @@ jobs:
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
needs: [build-tarball]
|
needs: [build-tarball]
|
||||||
container:
|
container:
|
||||||
imagine: ubuntu:latest
|
imagine: docker.io/node:20-bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
|
||||||
run: apk add nodejs
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 500
|
fetch-depth: 500
|
||||||
|
|
Loading…
Reference in a new issue