We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b311760 commit 24a5de2Copy full SHA for 24a5de2
1 file changed
.github/workflows/release.yml
@@ -21,11 +21,10 @@ jobs:
21
node-version: 18
22
registry-url: "https://registry.npmjs.org/"
23
24
- - name: Install pnpm
25
- run: |
26
- corepack enable
27
- corepack prepare pnpm@latest --activate
28
- pnpm --version
+ - name: Set up pnpm
+ uses: pnpm/action-setup@v2
+ with:
+ version: 8
29
30
- name: Install dependencies
31
run: pnpm install
0 commit comments