mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 14:41:29 +00:00
build:提高 node 版本要求
This commit is contained in:
parent
5663698ecd
commit
984a92c865
@ -53,7 +53,7 @@ class Install extends Api
|
|||||||
'php' => '8.0.2',
|
'php' => '8.0.2',
|
||||||
'npm' => '9.8.1',
|
'npm' => '9.8.1',
|
||||||
'cnpm' => '7.1.0',
|
'cnpm' => '7.1.0',
|
||||||
'node' => '18.18.2',
|
'node' => '20.14.0',
|
||||||
'yarn' => '1.2.0',
|
'yarn' => '1.2.0',
|
||||||
'pnpm' => '6.32.13',
|
'pnpm' => '6.32.13',
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user