init01
This commit is contained in:
parent
b6a2c13f72
commit
731d64b26d
@ -15,6 +15,8 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ppanel-web
|
runs-on: ppanel-web
|
||||||
|
container:
|
||||||
|
image: node:20
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# 只有node支持版本号别名
|
# 只有node支持版本号别名
|
||||||
@ -24,7 +26,6 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: https://gitea.cn/actions/checkout@v4
|
uses: https://gitea.cn/actions/checkout@v4
|
||||||
|
|
||||||
|
|
||||||
### https://github.com/pnpm/action-setup
|
### https://github.com/pnpm/action-setup
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: https://${{ vars.GIT_USERNAME }}:${{ vars.GIT_PASSWORD }}@${{ env.DOMAIN_URL }}/actions/action-setup@v4.0.0
|
uses: https://${{ vars.GIT_USERNAME }}:${{ vars.GIT_PASSWORD }}@${{ env.DOMAIN_URL }}/actions/action-setup@v4.0.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user