Skip to content

Commit 01982b3

Browse files
authored
CI: Set PNPM_STORE_PATH environment variable for DepsScanner (#33605)
1 parent fac2daf commit 01982b3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/packages_publishing.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
with:
4343
run_install: false
4444

45+
- name: Get pnpm store directory
46+
shell: bash
47+
run: |
48+
echo "PNPM_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
49+
4550
- name: Install dependencies
4651
run: pnpm install --frozen-lockfile
4752

0 commit comments

Comments
 (0)