We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44ef337 + 9443867 commit 63bd88eCopy full SHA for 63bd88e
1 file changed
.github/workflows/release.yml
@@ -15,7 +15,16 @@ jobs:
15
- uses: actions/setup-node@v4
16
with:
17
node-version: '22.x'
18
- cache: 'pnpm'
+
19
+ - name: Enable Corepack
20
+ run: corepack enable
21
22
+ - name: Install pnpm
23
+ run: corepack prepare pnpm@7 --activate
24
25
+ - name: Install root dependencies
26
+ run: pnpm install
27
28
- name: Reading Configuration
29
id: release_config
30
uses: rgarcia-phi/json-to-variables@v1.1.0
0 commit comments