-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: release workflow에 pnpm setup action 추가 (#130)
* chore: pnpm 마이그레이션으로 인한 workflow 필드 제거 * fix: release workflow에 pnpm setup step 추가 --------- Co-authored-by: HyeongKyeom Kim <[email protected]>
- Loading branch information
1 parent
cdcd6a0
commit 138789f
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,10 +25,6 @@ | |
"name": "makers-frontend", | ||
"version": "1.0.0", | ||
"packageManager": "[email protected]", | ||
"workspaces": [ | ||
"apps/*", | ||
"packages/*" | ||
], | ||
"engines": { | ||
"node": ">=18", | ||
"pnpm": ">=9" | ||
|