Skip to content

Commit cc3a9f2

Browse files
committed
chore: 실행 순서 변경
1 parent 9326655 commit cc3a9f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ jobs:
6060
- name: Checkout
6161
uses: actions/checkout@v4
6262

63+
- name: Setup pnpm
64+
uses: pnpm/action-setup@v4
65+
with:
66+
version: 9
67+
6368
- name: Setup Node
6469
uses: actions/setup-node@v4
6570
with:
6671
node-version: '20'
6772
cache: 'pnpm'
6873

69-
- name: Setup pnpm
70-
uses: pnpm/action-setup@v4
71-
with:
72-
version: 9
73-
7474
- name: Install dependencies
7575
run: pnpm install --frozen-lockfile
7676

0 commit comments

Comments
 (0)