diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index a723cbe..1aebb2a 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -14,7 +14,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: 'node' + node-version: '14-latest' cache: "npm" # 缓存 Maven 依赖