Skip to content

Commit

Permalink
Use Node version 18 in Runkit examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Dec 15, 2022
1 parent 62caa67 commit b3ee0aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_includes/embed-scripts.html
Expand Up @@ -24,7 +24,9 @@
element: element,
// specify the source of the notebook
source: javascriptAsString,
theme: "untilted-c3qcs6lijfuc"
theme: "untilted-c3qcs6lijfuc",
// some examples use ES2015 syntax not supported by the default Node 10
nodeVersion: "18.x.x"
});
})(); // IIFE - to avoid leaking variables
</script>
Expand Down

0 comments on commit b3ee0aa

Please sign in to comment.