Skip to content

Commit 22237a9

Browse files
committed
fix: update bun version command to use full path for consistency
1 parent 62f5732 commit 22237a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/prod.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
pwd &&
2626
ls -lash &&
2727
whoami &&
28-
echo "bun version $(bun -v)" &&
28+
echo "bun version $(~/.bun/bin/bun -v)" &&
2929
echo "node version $(node -v)" &&
3030
echo "npm version $(npm -v)" &&
31-
curl -fsSL https://bun.sh/install | bash &&
3231
~/.bun/bin/bun --bun run --env-file=./.env ./push.js

0 commit comments

Comments
 (0)