ci: run job in node:20 container and install git; add proxy env
Some checks failed
CI / build-and-test (push) Failing after 1s

This commit is contained in:
SpecialX
2025-12-15 18:46:39 +08:00
parent 86fd51bfab
commit 2cfd9ae72d

View File

@@ -11,7 +11,7 @@ on:
jobs:
build-and-test:
runs-on: CDCD
container: node:22-bookworm
container: dockerreg.eazygame.cn/xiner/node:22-bookworm
steps:
- name: Checkout