Skip to content

Commit 8adf1a5

Browse files
committed
Add bun version logging to Docker image workflow
1 parent a57ca0a commit 8adf1a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
pwd &&
2525
ls -lash &&
2626
whoami &&
27+
echo "bun version $(bun -v)" &&
2728
echo "node version $(node -v)" &&
2829
echo "npm version $(npm -v)" &&
2930
curl -fsSL https://bun.sh/install | bash &&

0 commit comments

Comments
 (0)