Skip to content

Commit 757b536

Browse files
committed
fix: order
1 parent 2138678 commit 757b536

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18+
- uses: pnpm/action-setup@v4
19+
with:
20+
run_install: false
21+
1822
- uses: actions/setup-node@v4
1923
with:
2024
node-version: 22
2125
cache: pnpm
2226

23-
- uses: pnpm/action-setup@v4
24-
with:
25-
run_install: false
26-
2727
- run: pnpm install --frozen-lockfile
2828

2929
- run: pnpm build

0 commit comments

Comments
 (0)