ci: use sh shell to get pnpm store directory

This commit is contained in:
fallenbagel
2024-06-23 23:29:43 +05:00
parent 37ba36f2df
commit a58811e675
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
with:
version: 8
- name: Get pnpm store directory
shell: bash
shell: sh
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm cache

View File

@@ -31,7 +31,7 @@ jobs:
with:
version: 8
- name: Get pnpm store directory
shell: bash
shell: sh
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm cache