diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 2b8c023..0cf8ad7 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -26,7 +26,7 @@ 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.x' + node-version: 'node' cache: "npm" # 缓存 Maven 依赖