Skip to content

Commit 00a8934

Browse files
committed
fix: update PNPM installation steps to use corepack for better version management
1 parent 1fbcec6 commit 00a8934

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
node-version: "22"
3636
cache: "pnpm"
3737

38+
- name: Install PNPM
39+
run: |
40+
npm install --global corepack@latest
41+
corepack enable
42+
corepack prepare pnpm@latest-10 --activate
43+
pnpm --version
44+
3845
- name: Cache pnpm store
3946
id: pnpm-cache
4047
uses: actions/cache@v4

0 commit comments

Comments
 (0)