Skip to content

Commit

Permalink
github action을 통해 배포 자동화를 진행할 때 pnpm 을 사용할 수 있도록 설정해줍니다
Browse files Browse the repository at this point in the history
  • Loading branch information
okinawaa committed Apr 4, 2024
1 parent ee9a71a commit 9fa5e75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/[email protected]

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

0 comments on commit 9fa5e75

Please sign in to comment.