Skip to content

Commit 3583d60

Browse files
authored
[buildkite] Pin version of bun being used due to bug in latest (1.0.5) (#100720) (#100722)
(cherry picked from commit 00c54ae)
1 parent 8954b65 commit 3583d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/pull-request/pipeline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
echo --- Installing bun
6-
npm install -g bun
6+
npm install -g bun@1.0.4
77

88
echo --- Generating pipeline
99
bun .buildkite/scripts/pull-request/pipeline.generate.ts

0 commit comments

Comments
 (0)