ci(docker): 添加 Node.js 设置步骤以支持前端构建
This commit is contained in:
parent
59bc008b69
commit
84842ec3dd
@ -29,6 +29,10 @@ jobs:
|
|||||||
go: ["1.24.3"]
|
go: ["1.24.3"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup Node.js
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: '18'
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://${{ env.GIT_USERNAME }}:${{ env.GIT_PASSWORD }}@${{ vars.DOMAIN_OF_GITEA}}/actions/checkout@v1
|
uses: https://${{ env.GIT_USERNAME }}:${{ env.GIT_PASSWORD }}@${{ vars.DOMAIN_OF_GITEA}}/actions/checkout@v1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user