update node version to 22

This commit is contained in:
hexboy 2024-07-06 23:44:28 +03:30
parent 1298449600
commit 694bf9d3f5
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
20
22

View file

@ -35,7 +35,7 @@
"@types/morgan": "^1.9.9"
},
"engines": {
"node": ">=20"
"node": ">=22"
},
"packageManager": "yarn@4.3.1"
}