Skip to content

Commit 758c828

Browse files
ci: add pnpm/action-setup to docker workflow
setup-node@v5 auto-detects packageManager field and fails without pnpm. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 12477dc commit 758c828

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
- name: Checkout
5757
uses: actions/checkout@v5
5858

59+
- name: Setup pnpm
60+
uses: pnpm/action-setup@v6
61+
5962
- name: Setup Node.js
6063
uses: actions/setup-node@v5
6164
with:

0 commit comments

Comments
 (0)