update doc to remind contributors to activate hermit and document minimal npm and node version (#6727)

This commit is contained in:
Lifei Zhou
2026-01-30 03:32:19 +11:00
committed by GitHub
parent 542c6cb0fd
commit e89b7d8159
4 changed files with 16 additions and 8 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"version": "1.21.0",
"description": "Goose App",
"engines": {
"node": "^24.0.0"
"node": "^24.10.0",
"npm": "^11.6.1"
},
"main": ".vite/build/main.js",
"scripts": {