更新 .gitea/workflows/gitea_workflows_vue-build-serve_Version3.yml
Some checks failed
Vue3 Build and Serve (Persistent) / build-and-serve (push) Failing after 1s
Some checks failed
Vue3 Build and Serve (Persistent) / build-and-serve (push) Failing after 1s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user