diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f4b14f5..c1746f2 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,7 +5,7 @@ on: [pull_request] jobs: unit-test: container: - image: node:16-bullseye + image: catthehacker/ubuntu:act-latest steps: - name: Check out repository code uses: actions/checkout@v3