diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 314f1c3..4e11da6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,8 +6,9 @@ on: jobs: build-and-start: - #ger runs-on: [ubuntu-latest, docker] + container: + image: node:20-bookworm steps: - name: Checkout uses: actions/checkout@v4