Update engines to support node20

This commit is contained in:
Tatyana Kostromskaya
2023-11-16 13:46:31 +00:00
parent b877d62a88
commit 824aa60cf8
3 changed files with 330 additions and 182 deletions

View File

@@ -31,8 +31,8 @@
"stale"
],
"engines": {
"node": "16",
"npm": ">=7.0.0 <10.0.0-0"
"node": ">=16",
"npm": ">=7.0.0"
},
"author": "GitHub",
"license": "MIT",