This commit is contained in:
2025-09-25 08:16:56 -07:00
parent b6a2c13f72
commit 731d64b26d
+2 -1
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