mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-28 02:12:07 +00:00
Skills/nano-banana-pro: support hosted input images (#37247)
* skills(nano-banana-pro): support remote edit image URLs * test(nano-banana-pro): cover remote input image validation * docs(nano-banana-pro): document remote input images * docs(changelog): note nano-banana remote image inputs * chore(nano-banana-pro): normalize script imports * test(nano-banana-pro): normalize test imports * ci: use published bun release tag * ci: skip prod audit on PRs without dependency changes * test(nano-banana-pro): remove pillow dependency from skill tests * docs(changelog): credit nano-banana input image follow-up
This commit is contained in:
2
.github/actions/setup-node-env/action.yml
vendored
2
.github/actions/setup-node-env/action.yml
vendored
@@ -61,7 +61,7 @@ runs:
|
||||
if: inputs.install-bun == 'true'
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: "1.3.9+cf6cdbbba"
|
||||
bun-version: "1.3.9"
|
||||
|
||||
- name: Runtime versions
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user