Skip to content

Commit 5e89c24

Browse files
committed
ci: update action setup
1 parent adbf8ab commit 5e89c24

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/actions/setup/action.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ inputs:
88
runs:
99
using: "composite"
1010
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
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
17+
18+
- name: 📣 Enable Corepack
19+
run: corepack enable
20+
shell: bash
1721

1822
- uses: actions/setup-node@v3
1923
with:

0 commit comments

Comments
 (0)