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/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
TZ=Etc/UTC
GIT_DELTA_VERSION=0.18.2
ZSH_IN_DOCKER_VERSION=1.2.1
PNPM_VERSION=11.0.0-rc.5
PNPM_VERSION=11.0.8

# Clean-room integration test: validates the packaged CLI works for end-users
# without implicit dependencies on the build environment. NO checkout step
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
TZ: Etc/UTC
GIT_DELTA_VERSION: 0.18.2
ZSH_IN_DOCKER_VERSION: 1.2.1
PNPM_VERSION: 11.0.0-rc.5
PNPM_VERSION: 11.0.8

jobs:
prep:
Expand Down
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ENV LANG=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8

# Setup pnpm via corepack (pin version to avoid mismatch with project packageManager)
ARG PNPM_VERSION=11.0.0-rc.5
ARG PNPM_VERSION=11.0.8
ENV PNPM_HOME="/pnpm"
Comment thread
johnzook marked this conversation as resolved.
RUN mkdir -p "$PNPM_HOME"
# pnpm 11 moved the global bin dir from $PNPM_HOME to $PNPM_HOME/bin (pnpm#10986).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"repository": "github:ZookAnalytics/bmad-orchestrator",
"author": "",
"license": "MIT",
"packageManager": "pnpm@11.0.0-rc.5",
"packageManager": "pnpm@11.0.8",
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
Expand Down
Loading