We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f5732 commit 22237a9Copy full SHA for 22237a9
.github/workflows/prod.yaml
@@ -25,8 +25,7 @@ jobs:
25
pwd &&
26
ls -lash &&
27
whoami &&
28
- echo "bun version $(bun -v)" &&
+ echo "bun version $(~/.bun/bin/bun -v)" &&
29
echo "node version $(node -v)" &&
30
echo "npm version $(npm -v)" &&
31
- curl -fsSL https://bun.sh/install | bash &&
32
~/.bun/bin/bun --bun run --env-file=./.env ./push.js
0 commit comments