build: 🏗️ 使用低版本node会报错,强制限制使用node 22.x版本

可在.npmrc里面修改为不强制使用
This commit is contained in:
log1997
2025-12-11 09:27:16 +08:00
parent 854b58b53c
commit 01460864d8
3 changed files with 68 additions and 93 deletions

2
.npmrc Normal file
View File

@@ -0,0 +1,2 @@
engine-strict=true