Skip to content

Commit

Permalink
Setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
2skydev committed May 25, 2024
1 parent 554120e commit e73bbdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
with:
ref: main # ref를 main 설정하지 않으면 workflow가 트리거된 ref가 사용됨 (`Update package.json version` 단계의 커밋 반영을 위해 main으로 설정)

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9.1.2

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit e73bbdb

Please sign in to comment.