add mirror for node in demo.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 24m18s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 24m18s
This commit is contained in:
parent
4de023612b
commit
c6480bc628
@ -25,6 +25,8 @@ jobs:
|
|||||||
uses: http://fly6516.synology.me:4000/Gitea_Action/setup-node@v2
|
uses: http://fly6516.synology.me:4000/Gitea_Action/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '22' # 根据项目需求调整Node.js版本
|
node-version: '22' # 根据项目需求调整Node.js版本
|
||||||
|
env:
|
||||||
|
NODEJS_ORG_MIRROR: "https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/" # 指定你的本地仓库地址
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install
|
run: bun install
|
||||||
|
Loading…
Reference in New Issue
Block a user