From 579c351451b0c3309d8961b6ff5288a5be7bba39 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sat, 25 Apr 2026 16:48:10 +0200 Subject: [PATCH] build: bump cli v0.15.4 --- .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 2c9cce0..3b8e1af 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.1"* ]]; then - echo "❌ Expected version v0.15.1 not found in output" + if [[ "$OUTPUT" != *"v0.15.4"* ]]; then + echo "❌ Expected version v0.15.4 not found in output" exit 1 fi shell: bash diff --git a/kit/setup/tools b/kit/setup/tools index a2c1cf5..81535a7 100755 --- a/kit/setup/tools +++ b/kit/setup/tools @@ -2,6 +2,6 @@ set -e -npm i -g @junobuild/cli@0.15.1 +npm i -g @junobuild/cli@0.15.4 npm i -g pnpm@10.33.0 \ No newline at end of file