Skip to content

Commit e73bbdb

Browse files
committed
Setup pnpm
1 parent 554120e commit e73bbdb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363
with:
6464
ref: main # ref를 main 설정하지 않으면 workflow가 트리거된 ref가 사용됨 (`Update package.json version` 단계의 커밋 반영을 위해 main으로 설정)
6565

66+
- name: Setup pnpm
67+
uses: pnpm/action-setup@v2
68+
with:
69+
version: 9.1.2
70+
6671
- name: Setup Node.js
6772
uses: actions/setup-node@v4
6873
with:

0 commit comments

Comments
 (0)