You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup Bun Runtime
v1.4.1
Setup GitHub Actions workflow with a specific version of Bun and add $BUN_INSTALL/bin
to the $PATH
.
- name: Setup Bun Runtime
uses: antongolub/action-setup-bun@v1.x.x
with:
bun-version: 0.1.2 # Examples: 0.0.77, 0.1.2, >=0.1
- name: Run script
run: bun index.js
version
— the version of Bun that was installed.
error_message
— if an error occurred, the error message.