build(build): 📦 新增docker-compose配置(Beta)

在根目录添加cargo镜像源配置
This commit is contained in:
nongyehong
2024-12-10 10:43:38 +08:00
parent d940838f38
commit 688d2dd862
3 changed files with 22 additions and 2 deletions

View File

@@ -33,11 +33,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
# 安装 pnpm
- name: Install pnpm
run: npm install -g pnpm@9.2.0
run: npm install -g pnpm@latest
- name: Install dependencies
run: pnpm install