Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-wheels-test-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
lucli-version:
description: 'LuCLI release version'
required: false
default: '0.3.7'
default: '0.6.1'
install-playwright:
description: 'Install Playwright + Chromium (set "false" to skip if no browser tests run)'
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
LUCLI_VERSION: "0.3.7"
LUCLI_VERSION: "0.6.1"
WHEELS_CI: "true"
PORT: "8080"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: github.event.action != 'edited'
runs-on: ubuntu-latest
env:
LUCLI_VERSION: "0.3.7"
LUCLI_VERSION: "0.6.1"
WHEELS_CI: "true"
WHEELS_BROWSER_TEST_BASE_URL: "http://localhost:60007"
WHEELS_BROWSER_CI_ENABLE: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ on:

env:
WHEELS_PRERELEASE: false
LUCLI_VERSION: "0.3.7"
LUCLI_VERSION: "0.6.1"
# Route JS actions through Node 24 instead of the deprecated Node 20 runtime.
# The lone Node 20 action here — Wandalen/wretry.action@v3, which wraps
# softprops/action-gh-release — began failing its pre/post hooks with
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
env:
WHEELS_PRERELEASE: true
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
LUCLI_VERSION: "0.3.7"
LUCLI_VERSION: "0.6.1"

jobs:
#############################################
Expand Down