Skip to content

Commit 06b07b6

Browse files
committed
✨ feat(action): add PNPM activation step before setup
1 parent e5e88a9 commit 06b07b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ runs:
1313
with:
1414
node-version: "lts/*"
1515
cache: "npm"
16+
- name: PNPM
17+
run: corepack enable && corepack prepare pnpm@latest --activate
18+
shell: bash
1619
- name: Setup pnpm
1720
uses: pnpm/action-setup@v4
1821
with:

0 commit comments

Comments
 (0)