Skip to content

Commit 9702b4f

Browse files
committed
set PNPM_HOME to PATH in all step
1 parent 3b14c13 commit 9702b4f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pytest.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
run: |
5656
corepack enable pnpm
5757
pnpm setup
58+
echo "${PNPM_HOME}" >> "$GITHUB_PATH"
5859
5960
- name: Cache C2A devtools
6061
id: cache-c2a-devtools

.github/workflows/validate-renovate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: |
2020
corepack enable pnpm
2121
pnpm setup
22+
echo "${PNPM_HOME}" >> "$GITHUB_PATH"
2223
2324
- name: install
2425
run: |

0 commit comments

Comments
 (0)