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