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.