bump min npm and node versions

This commit is contained in:
Yuri Kuznetsov
2024-12-21 14:55:01 +02:00
parent f279528c56
commit 82ae8c2005
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -81,7 +81,7 @@
"vis-timeline": "^7.7.2"
},
"engines": {
"npm": ">=7",
"node": ">=15"
"npm": ">=8",
"node": ">=17"
}
}