.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
|
||||
needs: [build-tarball]
|
||||
container:
|
||||
imagine: ubuntu:latest
|
||||
imagine: docker.io/node:20-bookworm
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: apk add nodejs
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 500
|
||||
|
|
Loading…
Reference in a new issue