ci: run job in node:20 container and install git; add proxy env
Some checks failed
CI / build-and-test (push) Has been cancelled

This commit is contained in:
SpecialX
2025-12-15 18:48:41 +08:00
parent 2cfd9ae72d
commit 909767b9ce

View File

@@ -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