更新 .gitea/workflows/gitea_workflows_vue-build-serve_Version3.yml
Some checks failed
Vue3 Build and Serve CI / build-and-serve (push) Failing after 3s
Some checks failed
Vue3 Build and Serve CI / build-and-serve (push) Failing after 3s
This commit is contained in:
@@ -9,13 +9,13 @@ jobs:
|
||||
build-and-serve:
|
||||
runs-on: ubuntu-latest # 您可以根据 Gitea Runner 的配置选择其他操作系统
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: 0. 安装 Node.js 环境
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18' # 您可以指定其他 Node.js 版本,如 '16', '20'
|
||||
node-version: '20' # 您可以指定其他 Node.js 版本,如 '16', '20'
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: 1. 安装相关依赖
|
||||
run: sudo npm install
|
||||
|
Reference in New Issue
Block a user