diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e24f2cb7..94522ef5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cfa22a7..649b1bfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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