mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] Bump support for Node 20+
This commit bump the support for Node 20+.
This commit is contained in:
committed by
Géry Debongnie
parent
20c6cacb4e
commit
3e11fe6b12
+1
-1
@@ -9,7 +9,7 @@
|
||||
"dist"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=12.18.3"
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:bundle": "rollup -c --failAfterWarnings",
|
||||
|
||||
Reference in New Issue
Block a user