From 9f7e06a4fc673a4f002c9871a0ce46f633caea0b Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sat, 6 Jun 2026 09:31:17 +0200 Subject: [PATCH] build: bump cli v0.15.6 to integrate custom functions generator for vec jsondata --- .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 cd40b99..2a59049 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.5"* ]]; then - echo "❌ Expected version v0.15.5 not found in output" + if [[ "$OUTPUT" != *"v0.15.6"* ]]; then + echo "❌ Expected version v0.15.6 not found in output" exit 1 fi shell: bash diff --git a/kit/setup/tools b/kit/setup/tools index 0c71692..1f1d6a8 100755 --- a/kit/setup/tools +++ b/kit/setup/tools @@ -2,6 +2,6 @@ set -e -npm i -g @junobuild/cli@0.15.5 +npm i -g @junobuild/cli@0.15.6 npm i -g pnpm@10.33.0 \ No newline at end of file