ci: run job in node:20 container and install git; add proxy env
Some checks failed
CI / build-and-test (push) Failing after 25s
Some checks failed
CI / build-and-test (push) Failing after 25s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user