Skip to content

Commit cbe1283

Browse files
committed
deploy node 버전 지정
1 parent 0f539f3 commit cbe1283

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Install pnpm
25-
uses: pnpm/action-setup@v2
25+
uses: pnpm/action-setup@v4
26+
with:
27+
package_json_path: ./package.json
2628

2729
- name: Setup Node
2830
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)