We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2aab20 commit bc0eed8Copy full SHA for bc0eed8
2 files changed
.github/workflows/test-cli.yaml
@@ -34,8 +34,8 @@ jobs:
34
run: |
35
OUTPUT=$(docker run --rm -e JUNO_TOKEN="${{ secrets.JUNO_TOKEN }}" juno-action:test-${{ matrix.dockerfile == 'Dockerfile.full' && 'full' || 'slim' }} --version)
36
echo "$OUTPUT"
37
- if [[ "$OUTPUT" != *"v0.15.4"* ]]; then
38
- echo "❌ Expected version v0.15.4 not found in output"
+ if [[ "$OUTPUT" != *"v0.15.5"* ]]; then
+ echo "❌ Expected version v0.15.5 not found in output"
39
exit 1
40
fi
41
shell: bash
kit/setup/tools
@@ -2,6 +2,6 @@
2
3
set -e
4
5
-npm i -g @junobuild/cli@0.15.4
+npm i -g @junobuild/cli@0.15.5
6
7
npm i -g pnpm@10.33.0
0 commit comments