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
+1 -1
View File
@@ -1 +1 @@
registry=https://registry.npmjs.org/
registry=https://registry.npmjs.org/
+2 -1
View File
@@ -115,7 +115,8 @@
"vitest": "^4.0.17"
},
"engines": {
"node": "^24.0.0"
"node": "^24.10.0",
"npm": "^11.6.1"
}
},
"node_modules/@acemir/cssom": {
+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": {