Skip to content

Commit ad6c072

Browse files
committed
ci: fix workflows
1 parent 4762650 commit ad6c072

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
uses: actions/setup-node@v3
1515
with:
1616
node-version: 18
17+
18+
- uses: pnpm/action-setup@v2
19+
name: Install pnpm
20+
with:
21+
version: 7
1722

1823
- name: Install app dependencies
1924
run: pnpm i
@@ -58,6 +63,11 @@ jobs:
5863
with:
5964
node-version: 18
6065

66+
- uses: pnpm/action-setup@v2
67+
name: Install pnpm
68+
with:
69+
version: 7
70+
6171
- name: install Rust stable
6272
uses: dtolnay/rust-toolchain@stable
6373

0 commit comments

Comments
 (0)