diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9561e87..57595f2 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: debian:bookworm + container: node:18-bookworm steps: - uses: actions/checkout@v4 with: