1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Update node version in package.json

This commit is contained in:
lachie-underhill 2023-06-02 08:58:23 +10:00
parent 7c6759d5f3
commit 62bf043f6d
No known key found for this signature in database
GPG Key ID: 48057E0D2C37AC20

View File

@ -44,8 +44,8 @@
"vite": "^4.3.5" "vite": "^4.3.5"
}, },
"engines": { "engines": {
"node": ">= 6.0.0", "node": ">= 18.0.0",
"npm": ">= 3.0.0" "npm": ">= 8.0.0"
}, },
"browserslist": [ "browserslist": [
"> 1%", "> 1%",