From 022a0bcf9d0071851dd6f1538dd92c9076842dc8 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sun, 12 Apr 2026 20:42:16 +0200 Subject: [PATCH] build: bump cli v0.15.0 --- .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 ef0e7af..89eb676 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 --cli) echo "$OUTPUT" - if [[ "$OUTPUT" != *"v0.14.6"* ]]; then - echo "❌ Expected version v0.14.6 not found in output" + if [[ "$OUTPUT" != *"v0.15.0"* ]]; then + echo "❌ Expected version v0.15.0 not found in output" exit 1 fi shell: bash diff --git a/kit/setup/tools b/kit/setup/tools index 9a20f05..e3116ee 100755 --- a/kit/setup/tools +++ b/kit/setup/tools @@ -2,6 +2,6 @@ set -e -npm i -g @junobuild/cli@0.14.6 +npm i -g @junobuild/cli@0.15.0 npm i -g pnpm@10.33.0 \ No newline at end of file