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

This commit is contained in:
SpecialX
2025-12-15 18:35:34 +08:00
parent 40e6a3a52a
commit 86fd51bfab

View File

@@ -11,6 +11,7 @@ on:
jobs:
build-and-test:
runs-on: CDCD
container: node:22-bookworm
steps:
- name: Checkout
@@ -19,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
cache: 'npm'
- name: Install dependencies