Skip to content

Commit a2371f5

Browse files
authored
Move bun to language rather than tool (#24320)
1 parent b69215f commit a2371f5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/content/pages-build-environment/v2.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ languages:
1212
file:
1313
- ".nvmrc"
1414
- ".node-version"
15+
- name: Bun
16+
default: "1.1.33"
17+
supported: "Any version"
18+
environment_variable: "BUN_VERSION"
1519
- name: Python
1620
default: "3.11.5"
1721
supported: "Any version"
@@ -58,10 +62,6 @@ tools:
5862
default: "3.6.3"
5963
supported: "Any version"
6064
environment_variable: "YARN_VERSION"
61-
- name: Bun
62-
default: "1.1.33"
63-
supported: "Any version"
64-
environment_variable: "BUN_VERSION"
6565
build_environment:
6666
operating_system: "Ubuntu `22.04.2`"
6767
architecture: "x86_64"

src/content/pages-build-environment/v3.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ languages:
1212
file:
1313
- ".nvmrc"
1414
- ".node-version"
15+
- name: Bun
16+
default: "1.2.15"
17+
supported: "Any version"
18+
environment_variable: "BUN_VERSION"
1519
- name: Python
1620
default: "3.13.3"
1721
supported: "Any version"
@@ -58,10 +62,6 @@ tools:
5862
default: "4.9.1"
5963
supported: "Any version"
6064
environment_variable: "YARN_VERSION"
61-
- name: Bun
62-
default: "1.2.15"
63-
supported: "Any version"
64-
environment_variable: "BUN_VERSION"
6565
build_environment:
6666
operating_system: "Ubuntu `22.04.2`"
6767
architecture: "x86_64"

0 commit comments

Comments
 (0)