build: node >=18

This commit is contained in:
菲鸽 2024-03-01 09:46:41 +08:00
parent ec142d5696
commit 1311e6666c
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
## ⚙️ 环境 ## ⚙️ 环境
- node>=16 - node>=18
- pnpm>=7.30 - pnpm>=7.30
## 📂 安装 ## 📂 安装

View File

@ -18,7 +18,7 @@
}, },
"homepage": "https://codercup.github.io/unibest/", "homepage": "https://codercup.github.io/unibest/",
"engines": { "engines": {
"node": ">=16", "node": ">=18",
"pnpm": ">=7.30" "pnpm": ">=7.30"
}, },
"scripts": { "scripts": {