Skip to content

Commit bc0eed8

Browse files
build: bump cli v0.15.5 to fix missing custom functions in JS Rust build (#110)
1 parent b2aab20 commit bc0eed8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
run: |
3535
OUTPUT=$(docker run --rm -e JUNO_TOKEN="${{ secrets.JUNO_TOKEN }}" juno-action:test-${{ matrix.dockerfile == 'Dockerfile.full' && 'full' || 'slim' }} --version)
3636
echo "$OUTPUT"
37-
if [[ "$OUTPUT" != *"v0.15.4"* ]]; then
38-
echo "❌ Expected version v0.15.4 not found in output"
37+
if [[ "$OUTPUT" != *"v0.15.5"* ]]; then
38+
echo "❌ Expected version v0.15.5 not found in output"
3939
exit 1
4040
fi
4141
shell: bash

kit/setup/tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set -e
44

5-
npm i -g @junobuild/cli@0.15.4
5+
npm i -g @junobuild/cli@0.15.5
66

77
npm i -g pnpm@10.33.0

0 commit comments

Comments
 (0)