chore: update Node.js engine version in package.json to 22.x

This commit is contained in:
Adam Shiervani
2026-01-28 11:08:54 +01:00
parent 1958830b27
commit 888fd63410
+1 -1
View File
@@ -16,7 +16,7 @@
"test:coverage": "vitest run --coverage"
},
"engines": {
"node": "22.21.0"
"node": "22.x"
},
"keywords": [],
"author": "JetKVM",