This commit is contained in:
shanshanzhong 2025-09-25 04:20:43 -07:00
parent 3d404dc6ab
commit b0ecc0a514

View File

@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout code
uses: https://gitea.cn/actions/checkout@main
uses: https://shanshanzhong147@gmail.com:shanshanzhong147@git.kxsw.us/actions/checkout@main
- name: change npm registry mirror
run: npm config set registry https://registry.npmmirror.com
@ -39,7 +39,7 @@ jobs:
# 只有node支持版本号别名
node-version: lts
- uses: https://gitea.cn/actions/setup-node@main
- uses: https://shanshanzhong147@gmail.com:shanshanzhong147@git.kxsw.us/actions/setup-node@main
with:
# gitea-tool-cache导出 node 具体版本
node-version: ${{ steps.tool-cache.outputs.node-version }}