.forgejo: use bookworm with node

This commit is contained in:
Antoine Martin 2024-08-12 00:16:56 -04:00
parent be5b988d91
commit b03e76d289
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -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