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

chore: add `.node-version` and ignore `.nvmrc` (#1419)

Co-authored-by: Daniel Roe <daniel@roe.dev>

authored by

Marcus Blättermann
Daniel Roe
and committed by
GitHub
ff63e336 4f4bc1c1

+3 -1
+1
.gitignore
··· 45 45 46 46 # output 47 47 .vercel 48 + .nvmrc
+1
.node-version
··· 1 + 24
+1 -1
package.json
··· 142 142 "vue-tsc": "3.2.4" 143 143 }, 144 144 "engines": { 145 - "node": ">=24" 145 + "node": "24" 146 146 }, 147 147 "simple-git-hooks": { 148 148 "pre-commit": "npx lint-staged"