Skip to content

Commit 30c177b

Browse files
committedFeb 19, 2025
chore: add 1.1 to BUN_VERSIONS
1 parent a24b21d commit 30c177b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as vegaLite from 'vega-lite';
77
// the first is selected automatically
88
const NODE_VERSIONS = [23, 22, 21, 20, 19, 18, 16];
99

10-
const BUN_VERSIONS = [1.2];
10+
const BUN_VERSIONS = [1.2, 1.1];
1111

1212
const DENO_VERSIONS = [2];
1313

0 commit comments

Comments
 (0)
Please sign in to comment.