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

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
22

View File

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