[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add engines.node for root package.json as well

+3
+3
package.json
··· 113 113 "vitest-environment-nuxt": "1.0.1", 114 114 "vue-tsc": "3.2.4" 115 115 }, 116 + "engines": { 117 + "node": ">=24" 118 + }, 116 119 "simple-git-hooks": { 117 120 "pre-commit": "npx lint-staged" 118 121 },