From bb97ff87e370baa8da3ea5a538e093c14f74d263 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Sun, 25 May 2025 14:38:45 +0200 Subject: [PATCH] test fixed --- .gitea/workflows/list_cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/list_cache.yaml b/.gitea/workflows/list_cache.yaml index a5145c8..de16ac7 100644 --- a/.gitea/workflows/list_cache.yaml +++ b/.gitea/workflows/list_cache.yaml @@ -12,7 +12,7 @@ jobs: # Define the container that runs your steps container: - image: ubuntu:latest # A common image used with act-runner, or your custom image + image: node:16-bullseye # A common image used with act-runner, or your custom image volumes: # Map the persistent 'act-toolcache' Docker volume from your host # to the /toolcache path inside this job container.