Skip to content

Commit

Permalink
[buildkite] Pin version of bun being used due to bug in latest (1.0.5) (
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored Oct 11, 2023
1 parent 6eb4c8e commit 00c54ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/pull-request/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

echo --- Installing bun
npm install -g bun
npm install -g bun@1.0.4

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

0 comments on commit 00c54ae

Please sign in to comment.