This commit is contained in:
shanshanzhong 2025-09-25 08:16:56 -07:00
parent b6a2c13f72
commit 731d64b26d

View File

@ -15,6 +15,8 @@ env:
jobs:
build:
runs-on: ppanel-web
container:
image: node:20
strategy:
matrix:
# 只有node支持版本号别名
@ -24,7 +26,6 @@ jobs:
- name: Checkout code
uses: https://gitea.cn/actions/checkout@v4
### https://github.com/pnpm/action-setup
- name: Set up Node.js
uses: https://${{ vars.GIT_USERNAME }}:${{ vars.GIT_PASSWORD }}@${{ env.DOMAIN_URL }}/actions/action-setup@v4.0.0