We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4762650 commit ad6c072Copy full SHA for ad6c072
1 file changed
.github/workflows/release.yml
@@ -14,6 +14,11 @@ jobs:
14
uses: actions/setup-node@v3
15
with:
16
node-version: 18
17
+
18
+ - uses: pnpm/action-setup@v2
19
+ name: Install pnpm
20
+ with:
21
+ version: 7
22
23
- name: Install app dependencies
24
run: pnpm i
@@ -58,6 +63,11 @@ jobs:
58
63
59
64
60
65
66
67
68
69
70
61
71
- name: install Rust stable
62
72
uses: dtolnay/rust-toolchain@stable
73
0 commit comments