diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 82850e7..d0cd582 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -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