Compare commits

...

2 Commits

Author SHA1 Message Date
TangHuan
3a12af6d90 Merge remote-tracking branch 'origin/master'
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 11s
# Conflicts:
#	.gitea/workflows/dev.yaml
2025-04-07 13:55:15 +08:00
TangHuan
196f6a95bd cicd 2025-04-07 13:54:16 +08:00

View File

@ -16,9 +16,10 @@ jobs:
# Version Spec of the version to use in SemVer notation.
# It also admits such aliases as lts/*, latest, nightly and canary builds
# Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node
node-version: '14'
node-version: '16-latest'
cache: "npm"
check-latest: true
# 缓存 Maven 依赖
- name: 安装依赖
run: npm ci