Skip to content

Commit f3e117a

Browse files
committed
[Pages] Build environment move bun
1 parent dd16fa3 commit f3e117a

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
@@ -1,6 +1,10 @@
11
major_version: 2
22
enable_date: "2023-05-17"
33
languages:
4+
- name: Bun
5+
default: "1.1.33"
6+
supported: "Any version"
7+
environment_variable: "BUN_VERSION"
48
- name: Go
59
default: "1.21.0"
610
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
@@ -1,6 +1,10 @@
11
major_version: 3
22
enable_date: "2025-05-30"
33
languages:
4+
- name: Bun
5+
default: "1.2.15"
6+
supported: "Any version"
7+
environment_variable: "BUN_VERSION"
48
- name: Go
59
default: "1.24.3"
610
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)