From f5f0cd63692ede0389b457c44ec88abef2c805da Mon Sep 17 00:00:00 2001 From: Julien Gautier Date: Mon, 4 May 2026 10:53:23 +0200 Subject: [PATCH] fix(ci): pin act_runner job image to catthehacker/ubuntu:act-22.04 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without an image suffix on the runner labels, act_runner uses a minimal default container image that has no Node. Every JavaScript action (actions/checkout, actions/setup-node, nrwl/nx-set-shas, etc.) crashes during the action's launch step with `Cannot find: node in PATH`, blocking every CI gate before any project code runs. The fix is in the runner registration labels: act_runner accepts the format `