From 9c58e40451db3fac28dd46547b9fe0eb185805af Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 5 Jun 2026 16:58:22 +0200 Subject: [PATCH] build: bump cli v0.15.5 to fix missing custom functions in JS Rust build --- .github/workflows/test-cli.yaml | 4 ++-- kit/setup/tools | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-cli.yaml b/.github/workflows/test-cli.yaml index 3b8e1af..cd40b99 100644 --- a/.github/workflows/test-cli.yaml +++ b/.github/workflows/test-cli.yaml @@ -34,8 +34,8 @@ jobs: run: | OUTPUT=$(docker run --rm -e JUNO_TOKEN="${{ secrets.JUNO_TOKEN }}" juno-action:test-${{ matrix.dockerfile == 'Dockerfile.full' && 'full' || 'slim' }} --version) echo "$OUTPUT" - if [[ "$OUTPUT" != *"v0.15.4"* ]]; then - echo "❌ Expected version v0.15.4 not found in output" + if [[ "$OUTPUT" != *"v0.15.5"* ]]; then + echo "❌ Expected version v0.15.5 not found in output" exit 1 fi shell: bash diff --git a/kit/setup/tools b/kit/setup/tools index 81535a7..0c71692 100755 --- a/kit/setup/tools +++ b/kit/setup/tools @@ -2,6 +2,6 @@ set -e -npm i -g @junobuild/cli@0.15.4 +npm i -g @junobuild/cli@0.15.5 npm i -g pnpm@10.33.0 \ No newline at end of file