renew nodejs mirror in demo.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 20m56s

This commit is contained in:
fly6516 2024-12-11 13:30:16 +08:00
parent 13e16ef2f3
commit 7ae98092d7

View File

@ -25,8 +25,8 @@ jobs:
uses: http://fly6516.synology.me:4000/Gitea_Action/setup-node@v2
with:
node-version: '22' # 根据项目需求调整Node.js版本
#env:
#NODEJS_ORG_MIRROR: "https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/" # 指定你的本地仓库地址
env:
NODEJS_ORG_MIRROR: "https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/" # 指定你的本地仓库地址
- name: Install bun
run: npm install -g bun