build: 升级node版本

This commit is contained in:
fit2-zhao 2023-10-24 14:31:12 +08:00 committed by Craftsman
parent f91d3c4ca5
commit a49abc6d8b
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@
<httpclient.version>4.5.14</httpclient.version>
<!-- frontend -->
<frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version>
<node.version>v16.20.0</node.version>
<npm.version>8.19.4</npm.version>
<node.version>v20.8.1</node.version>
<npm.version>10.1.0</npm.version>
<pnpm.version>8.9.2</pnpm.version>
<!-- -->
<skipAntRunForJenkins>false</skipAntRunForJenkins>