Update to node v21.7.3

Use "Object::groupBy"
This commit is contained in:
schroda
2024-04-20 00:58:29 +02:00
parent db65082a09
commit 8ebd028d25
4 changed files with 13 additions and 13 deletions

View File

@@ -19,7 +19,7 @@
"prepare": "husky"
},
"engines": {
"node": "20.11.1"
"node": "21.7.3"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": "eslint --fix --cache"