[IMP] Bump support for Node 20+

This commit bump the support for Node 20+.
This commit is contained in:
Romeo Fragomeli
2024-10-09 10:44:32 +02:00
committed by Géry Debongnie
parent 20c6cacb4e
commit 3e11fe6b12
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"dist"
],
"engines": {
"node": ">=12.18.3"
"node": ">=20.0.0"
},
"scripts": {
"build:bundle": "rollup -c --failAfterWarnings",