fix: use container image for Gitea CI to provide Node.js
All checks were successful
Test / test (push) Successful in 2m15s

The act_runner doesn't have Node.js in PATH, which is required
by actions/checkout@v4. Use catthehacker/ubuntu:act-latest container.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-13 14:24:22 +08:00
parent 69f852a4ce
commit 53b757de7a

View File

@@ -9,6 +9,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- name: Checkout code