Skip to content

Commit 3441ae1

Browse files
committed
deploy: add pnpm
1 parent 482a671 commit 3441ae1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ jobs:
2323
node-version: ${{ env.NODE_VERSION }}
2424
cache: 'pnpm'
2525

26+
- name: 🔧 Enable Corepack
27+
run: corepack enable
28+
29+
- name: 📥 Install pnpm
30+
run: corepack prepare [email protected] --activate
31+
2632
- name: 📦 Install dependencies
27-
run: |
28-
corepack enable
29-
pnpm install
33+
run: pnpm install
3034

3135
- name: 🎭 Install Playwright browsers
3236
run: pnpm exec playwright install --with-deps

0 commit comments

Comments
 (0)