Skip to content

Commit 34cf1de

Browse files
jk
1 parent 9acbbd1 commit 34cf1de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133

134134
- name: Install PNPM
135135
id: check-disk-space-before-install-e2e
136-
run: npm i pnpm -g
136+
run: corepack enable
137137

138138
- name: Set up node
139139
id: setup-node

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: ${{ env.FILES_TO_DELETE }}
5353

5454
# Hash pnpm-lock.yaml files to use it as a cache key, if pnpm-lock.yaml files are changed, the cache will be invalidated
55-
- name: Check Yarn hash
55+
- name: Check pnpm hash
5656
id: yarn-hash
5757
run: |
5858
yarnHash="$(npx hash-files -f '["**/pnpm-lock.yaml"]' -a sha256)"

0 commit comments

Comments
 (0)