Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2b52c6

Browse files
committed
set minimum node16 in package.json
1 parent 867ba0d commit e2b52c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"visualization",
2121
"plotly"
2222
],
23+
"engines" : {
24+
"node" : ">=16.0.0"
25+
},
2326
"scripts": {
2427
"custom-bundle": "node tasks/custom_bundle.mjs",
2528
"bundle": "node tasks/bundle.mjs",

0 commit comments

Comments
 (0)