更新 .gitea/workflows/gitea_workflows_vue-build-serve_Version3.yml
Some checks failed
Vue3 Build and Serve (Persistent) / build-and-serve (push) Failing after 1s

This commit is contained in:
2025-05-10 03:27:38 +00:00
parent 2d73d4b4d1
commit 9426d34f86

View File

@@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 安装最新版 Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -
@@ -21,6 +19,8 @@ jobs:
node -v
echo "NPM 版本:"
npm -v
- uses: actions/checkout@v3
- name: 停止之前运行的服务(如果有)
continue-on-error: true