From 909767b9ce65f5e4cec086bce72ab6f4d1b505c3 Mon Sep 17 00:00:00 2001 From: SpecialX <47072643+wangxiner55@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:48:41 +0800 Subject: [PATCH] ci: run job in node:20 container and install git; add proxy env --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 04f66b0..cf89425 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: build-and-test: runs-on: CDCD - container: dockerreg.eazygame.cn/xiner/node:22-bookworm + container: dockerreg.eazygame.cn/node:22-bookworm steps: - name: Checkout