This commit is contained in:
@@ -18,13 +18,6 @@ jobs:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
||||
# 3. 设置 Node.js 环境 - 使用 Gitea.com 的镜像
|
||||
- name: 设置 Node.js 环境
|
||||
uses: https://gitea.com/actions/setup-node@v4 # 使用完整 URL:cite[3]:cite[9]
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
|
||||
# 4. 缓存 Maven 依赖项 - 使用 Gitea.com 的镜像
|
||||
- name: 缓存 Maven 依赖
|
||||
uses: https://gitea.com/actions/cache@v3 # 使用完整 URL:cite[3]:cite[9]
|
||||
|
Reference in New Issue
Block a user