Skip to content

Commit 4951ed8

Browse files
committed
fix: pnpm 버전 호환성 수정
1 parent 7374615 commit 4951ed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"engines": {
77
"node": ">=20.0.0",
8-
"pnpm": ">=10.0.0"
8+
"pnpm": ">=8.0.0"
99
},
1010
"scripts": {
1111
"dev": "vite",

0 commit comments

Comments
 (0)