From 4730d350b3789ec8ab750ff57e713a59c3389831 Mon Sep 17 00:00:00 2001 From: Yat Ho Date: Tue, 19 Nov 2024 09:42:25 +0800 Subject: [PATCH] ci: bump debian image from 11 to 12 debian 11 has npm 7.5.2, which is lower than our minimum required version 8.0.307. --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ca2e17f69..21f5f3f92 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -797,14 +797,14 @@ jobs: name: binaries-${{ github.job }} path: pfx/**/* - debian-11-from-tarball: + debian-12-from-tarball: needs: [ make-source-tarball, what-to-make ] if: ${{ needs.what-to-make.outputs.make-cli == 'true' || needs.what-to-make.outputs.make-daemon == 'true' || needs.what-to-make.outputs.make-gtk == 'true' || needs.what-to-make.outputs.make-qt == 'true' || needs.what-to-make.outputs.make-tests == 'true' || needs.what-to-make.outputs.make-utils == 'true' }} runs-on: ubuntu-22.04 env: NODE_PATH: /usr/lib/nodejs:/usr/share/nodejs container: - image: debian:11-slim + image: debian:12-slim steps: - name: Show Configuration run: |