Skip to content

Commit 3a105ca

Browse files
Install zsh in pnpm version update workflow (#96) (#99)
1 parent 4b0f130 commit 3a105ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-pnpm.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Check out the repository
2121
uses: actions/checkout@v3
2222

23+
- name: Install zsh
24+
run: sudo apt-get update && sudo apt-get install -y zsh
25+
2326
- name: Install Corepack
2427
run: npm install -g corepack
2528

0 commit comments

Comments
 (0)