Skip to content

Commit 4833bef

Browse files
committed
ci(workflows): add pnpm setup
1 parent 8db70c9 commit 4833bef

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,20 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v5
2323

24+
- name: Setup pnpm
25+
uses: pnpm/action-setup@v2
26+
2427
- name: Setup Node.js
2528
uses: actions/setup-node@v5
2629
with:
2730
node-version: 22.19.0
2831

2932
# Update npm to the latest version to enable OIDC
3033
# Use corepack to install pnpm
31-
- name: Setup Package Managers
34+
- name: Update npm CLI
3235
run: |
3336
npm install -g npm@latest
3437
npm --version
35-
npm install -g corepack@latest --force
36-
corepack enable
3738
3839
- name: Install Dependencies
3940
run: pnpm install

0 commit comments

Comments
 (0)