更新 .gitea/workflows/build.yaml
Some checks failed
CI / build (push) Failing after 1h9m31s

This commit is contained in:
Jeffrey Hsu 2024-10-31 12:58:21 +08:00
parent ea04175d9e
commit bcb52a4d3c

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: https://gitea.com/actions/setup-node@v4
with:
node-version: '16' # 可以根据需要选择 Node.js 版本
node-version: '22' # 可以根据需要选择 Node.js 版本
- name: Install dependencies
working-directory: WebIndex