diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1673eb1..521fb31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: build-deb: name: Build Debian Package runs-on: linux - container: node:18 + container: debian:bookworm steps: - uses: actions/checkout@v2 with: