diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 98090d3..cf896ef 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -17,7 +17,7 @@ jobs: # 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: '16-latest' + node-version: '16' cache: "npm" # 缓存 Maven 依赖