From 0a80f14bc9f730213168aeec62f0346f7ad4346c Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 11 May 2026 22:41:32 +0100 Subject: [PATCH] For pi CI, only install node --- .github/workflows/pi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pi.yml b/.github/workflows/pi.yml index 60019050..9277fc4c 100644 --- a/.github/workflows/pi.yml +++ b/.github/workflows/pi.yml @@ -19,6 +19,8 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11 + with: + install_args: "node" - name: Test sensitive-file-guard run: |