Specify node version (#2)

* build: add engines field to specify Node.js >=22.19.0 requirement

* Specify node version
This commit is contained in:
Rock
2025-10-23 16:09:04 +02:00
committed by GitHub
parent f27d8bd08e
commit 8be5e2cc83
2 changed files with 4 additions and 0 deletions

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
v22.19.0

View File

@@ -15,6 +15,9 @@
"eslint": "^8.0.0",
"jest": "^29.0.0"
},
"engines": {
"node": ">=22.19.0"
},
"files": [
".gitignore",
"README.md",