We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988fa75 commit 0a318e5Copy full SHA for 0a318e5
1 file changed
.github/workflows/release.yml
@@ -24,13 +24,9 @@ jobs:
24
uses: actions/setup-node@v4
25
with:
26
node-version: '20'
27
- cache: 'pnpm'
28
29
- - name: Enable corepack and install pnpm
30
- run: |
31
- corepack enable
32
- corepack prepare pnpm@10.14.0 --activate
33
- pnpm --version
+ - name: Install pnpm
+ run: npm install -g pnpm@10.14.0
34
35
- name: Install dependencies
36
run: |
@@ -102,13 +98,9 @@ jobs:
102
98
103
99
104
100
105
106
101
107
108
109
110
111
112
113
114
0 commit comments