更新 .gitea/workflows/build.yaml
All checks were successful
CI / build (push) Successful in 1m11s

This commit is contained in:
Jeffrey Hsu 2024-10-31 17:30:32 +08:00
parent bcb52a4d3c
commit 2d649f2fea

View File

@ -22,6 +22,9 @@ jobs:
with:
node-version: '22' # 可以根据需要选择 Node.js 版本
- name: Set NPM Mirror
run: npm config set registry https://registry.npmmirror.com
- name: Install dependencies
working-directory: WebIndex
run: npm install