Skip to content

Commit 81df5a4

Browse files
authored
fix(release): setup pnpm first
1 parent 6d11011 commit 81df5a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20+
- uses: pnpm/action-setup@v4
21+
with:
22+
version: 10
23+
2024
- uses: actions/setup-node@v6
2125
with:
2226
node-version: lts/*
@@ -26,10 +30,6 @@ jobs:
2630
env:
2731
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2832

29-
- uses: pnpm/action-setup@v4
30-
with:
31-
version: 10
32-
3333
- name: Install dependencies
3434
run: pnpm install
3535

0 commit comments

Comments
 (0)