From 9d77e7ca82dd667a0a1bbd968950eadc8c249a5e Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Thu, 8 Jan 2026 11:56:50 +0100 Subject: [PATCH] build: bump cli v0.13.9 and Juno v0.0.63 --- .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 9813aca..e7b2349 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.13.8"* ]]; then - echo "❌ Expected version v0.13.8 not found in output" + if [[ "$OUTPUT" != *"v0.13.9"* ]]; then + echo "❌ Expected version v0.13.9 not found in output" exit 1 fi shell: bash diff --git a/kit/setup/tools b/kit/setup/tools index 245360e..3f994d4 100755 --- a/kit/setup/tools +++ b/kit/setup/tools @@ -2,6 +2,6 @@ set -e -npm i -g @junobuild/cli@0.13.8 +npm i -g @junobuild/cli@0.13.9 npm i -g pnpm@10.23.0 \ No newline at end of file