From 306716da2b4d03787f7b1a6ffa71648e24666552 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Mon, 6 Apr 2026 20:03:01 +0200 Subject: [PATCH] build: bump cli v0.14.6 --- .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 057886d..ef0e7af 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.4"* ]]; then - echo "❌ Expected version v0.14.4 not found in output" + if [[ "$OUTPUT" != *"v0.14.6"* ]]; then + echo "❌ Expected version v0.14.6 not found in output" exit 1 fi shell: bash diff --git a/kit/setup/tools b/kit/setup/tools index 2649ca9..01e50b5 100755 --- a/kit/setup/tools +++ b/kit/setup/tools @@ -2,6 +2,6 @@ set -e -npm i -g @junobuild/cli@0.14.4 +npm i -g @junobuild/cli@0.14.6 npm i -g pnpm@10.30.1 \ No newline at end of file