更新 .gitea/workflows/dev.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
1466cebc60
commit
f3e1d1e932
@ -10,10 +10,12 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
|
||||
# uses: actions/checkout@v3
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
- name: Set up JDK 19
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
node-version: '20' # 指定版本,如 18、20,或 'lts'
|
||||
java-version: '19'
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
|
||||
|
||||
# - name: Set up JDK 17
|
||||
|
Loading…
Reference in New Issue
Block a user