mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-27 23:30:21 +00:00
ci: avoid unconditional bun action download
This commit is contained in:
7
.github/actions/setup-node-env/action.yml
vendored
7
.github/actions/setup-node-env/action.yml
vendored
@@ -49,9 +49,10 @@ runs:
|
||||
|
||||
- name: Setup Bun
|
||||
if: inputs.install-bun == 'true'
|
||||
uses: oven-sh/setup-bun@v2.2.0
|
||||
with:
|
||||
bun-version: "1.3.13"
|
||||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
npm install -g bun@1.3.13
|
||||
|
||||
- name: Runtime versions
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user