Skip to content

Commit b3ee0aa

Browse files
committed
Use Node version 18 in Runkit examples
1 parent 62caa67 commit b3ee0aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/_includes/embed-scripts.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
element: element,
2525
// specify the source of the notebook
2626
source: javascriptAsString,
27-
theme: "untilted-c3qcs6lijfuc"
27+
theme: "untilted-c3qcs6lijfuc",
28+
// some examples use ES2015 syntax not supported by the default Node 10
29+
nodeVersion: "18.x.x"
2830
});
2931
})(); // IIFE - to avoid leaking variables
3032
</script>

0 commit comments

Comments
 (0)