Skip to content

Commit fc2e317

Browse files
committed
chore(release): fix pnpm install
1 parent d3fa044 commit fc2e317

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
@@ -15,14 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: actions/setup-node@v4
19-
with:
20-
node-version: 20
21-
cache: 'pnpm'
2218
- name: Install pnpm
2319
uses: pnpm/action-setup@v4
2420
with:
2521
version: 10
22+
- uses: actions/setup-node@v4
23+
with:
24+
node-version: 20
25+
cache: 'pnpm'
2626
- name: Install dependencies
2727
run: pnpm install
2828
- name: Running tests

0 commit comments

Comments
 (0)