We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e88a9 commit 06b07b6Copy full SHA for 06b07b6
1 file changed
action.yml
@@ -13,6 +13,9 @@ runs:
13
with:
14
node-version: "lts/*"
15
cache: "npm"
16
+ - name: PNPM
17
+ run: corepack enable && corepack prepare pnpm@latest --activate
18
+ shell: bash
19
- name: Setup pnpm
20
uses: pnpm/action-setup@v4
21
0 commit comments