Skip to content

Commit e0410e0

Browse files
emmatowndcousens
andcommitted
Fix CI for pnpm integrity check (#9459)
Co-authored-by: Daniel Cousens <[email protected]>
1 parent f3cef4c commit e0410e0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/actions/ci-setup-examples/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: 'CI setup (w/ examples)'
22
runs:
33
using: 'composite'
44
steps:
5+
- run: npm i -g [email protected]
6+
shell: bash
57
- run: corepack enable
68
shell: bash
79

.github/actions/ci-setup/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: 'CI setup'
22
runs:
33
using: 'composite'
44
steps:
5+
- run: npm i -g [email protected]
6+
shell: bash
57
- run: corepack enable
68
shell: bash
79

0 commit comments

Comments
 (0)