Added .nvmrc — pin Node 22 and npm >=10 engine requirements

This commit is contained in:
Virgílio Santos
2026-03-14 15:27:27 -03:00
parent 97c438e617
commit 164c6bcad0
2 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,8 @@
"author": "Crucix",
"license": "ISC",
"engines": {
"node": ">=22"
"node": ">=22",
"npm": ">=10"
},
"dependencies": {
"express": "^5.1.0"