Skip to content

Commit c2776aa

Browse files
committed
correct node 18 version in package files
1 parent 46723a8 commit c2776aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"plotly"
2222
],
2323
"engines": {
24-
"node": ">=16.0.0"
24+
"node": ">=18.0.0"
2525
},
2626
"scripts": {
2727
"custom-bundle": "node tasks/custom_bundle.mjs",

0 commit comments

Comments
 (0)