We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3beaa commit 73ccfa8Copy full SHA for 73ccfa8
docs/src/App.tsx
@@ -4,7 +4,7 @@ import * as vegaLite from 'vega-lite';
4
5
// which results are attempted to load
6
// the first is selected automatically
7
-const NODE_VERSIONS = [24, 23, 22, 21, 20];
+const NODE_VERSIONS = [24, 23, 22, 21, 20, 19, 18, 16];
8
9
const BUN_VERSIONS = [1.2, 1.1];
10
0 commit comments