File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
src/content/pages-build-environment Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ languages:
12
12
file :
13
13
- " .nvmrc"
14
14
- " .node-version"
15
+ - name : Bun
16
+ default : " 1.1.33"
17
+ supported : " Any version"
18
+ environment_variable : " BUN_VERSION"
15
19
- name : Python
16
20
default : " 3.11.5"
17
21
supported : " Any version"
@@ -58,10 +62,6 @@ tools:
58
62
default : " 3.6.3"
59
63
supported : " Any version"
60
64
environment_variable : " YARN_VERSION"
61
- - name : Bun
62
- default : " 1.1.33"
63
- supported : " Any version"
64
- environment_variable : " BUN_VERSION"
65
65
build_environment :
66
66
operating_system : " Ubuntu `22.04.2`"
67
67
architecture : " x86_64"
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ languages:
12
12
file :
13
13
- " .nvmrc"
14
14
- " .node-version"
15
+ - name : Bun
16
+ default : " 1.2.15"
17
+ supported : " Any version"
18
+ environment_variable : " BUN_VERSION"
15
19
- name : Python
16
20
default : " 3.13.3"
17
21
supported : " Any version"
@@ -58,10 +62,6 @@ tools:
58
62
default : " 4.9.1"
59
63
supported : " Any version"
60
64
environment_variable : " YARN_VERSION"
61
- - name : Bun
62
- default : " 1.2.15"
63
- supported : " Any version"
64
- environment_variable : " BUN_VERSION"
65
65
build_environment :
66
66
operating_system : " Ubuntu `22.04.2`"
67
67
architecture : " x86_64"
You can’t perform that action at this time.
0 commit comments