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