This commit is contained in:
parent
8a5661d88b
commit
929740a50e
@ -13,14 +13,10 @@ jobs:
|
|||||||
runs-on: common-devops
|
runs-on: common-devops
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# 首先设置 Node.js 环境
|
|
||||||
- name: Setup Node.js
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: '16'
|
|
||||||
|
|
||||||
# 检出代码
|
# 检出代码
|
||||||
- uses: actions/checkout@v3
|
- name: 拉取代码
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# 设置Java环境
|
# 设置Java环境
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user