Skip to content

Commit

Permalink
fix: release workflow에 pnpm setup action 추가 (#130)
Browse files Browse the repository at this point in the history
* chore: pnpm 마이그레이션으로 인한 workflow 필드 제거

* fix: release workflow에 pnpm setup step 추가

---------

Co-authored-by: HyeongKyeom Kim <[email protected]>
  • Loading branch information
jungwoo3490 and Brokyeom authored Sep 13, 2024
1 parent cdcd6a0 commit 138789f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

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

- name: Setup Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'

- name: Install pnpm
run: |
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
"name": "makers-frontend",
"version": "1.0.0",
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
],
"engines": {
"node": ">=18",
"pnpm": ">=9"
Expand Down

0 comments on commit 138789f

Please sign in to comment.