We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57ca0a commit 8adf1a5Copy full SHA for 8adf1a5
.github/workflows/docker-image.yml
@@ -24,6 +24,7 @@ jobs:
24
pwd &&
25
ls -lash &&
26
whoami &&
27
+ echo "bun version $(bun -v)" &&
28
echo "node version $(node -v)" &&
29
echo "npm version $(npm -v)" &&
30
curl -fsSL https://bun.sh/install | bash &&
0 commit comments