Added .nvmrc — pin Node 22 and npm >=10 engine requirements
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
"author": "Crucix",
|
||||
"license": "ISC",
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
"node": ">=22",
|
||||
"npm": ">=10"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^5.1.0"
|
||||
|
||||
Reference in New Issue
Block a user