From 9cfe05bd96caa0e663eb2e73ad51da7aad5f543b Mon Sep 17 00:00:00 2001 From: ilia Date: Fri, 29 May 2026 20:15:07 -0500 Subject: [PATCH] ci: sync workflow template (node container + host fixes) --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bee7b1c..e81a91a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,6 +11,8 @@ on: jobs: skip-ci-check: runs-on: [homelab, self-hosted, linux] + container: + image: node:20-bookworm outputs: should-skip: ${{ steps.check.outputs.skip }} steps: