We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbf8ab commit 5e89c24Copy full SHA for 5e89c24
.github/actions/setup/action.yml
@@ -8,12 +8,16 @@ inputs:
8
runs:
9
using: "composite"
10
steps:
11
- - uses: pnpm/action-setup@v2
12
- name: Install pnpm
13
- id: pnpm-install
14
- with:
15
- version: 9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e
16
- run_install: false
+ # - uses: pnpm/action-setup@v2
+ # name: Install pnpm
+ # id: pnpm-install
+ # with:
+ # version: 9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e
+ # run_install: false
17
+
18
+ - name: 📣 Enable Corepack
19
+ run: corepack enable
20
+ shell: bash
21
22
- uses: actions/setup-node@v3
23
with:
0 commit comments