|
@@ -38,11 +38,11 @@ jobs:
|
|
|
version: ${{ env.PNPM_VERSION }}
|
|
|
run_install: false
|
|
|
|
|
|
- - name: Get pnpm store directory
|
|
|
+ - name: Set up pnpm store directory
|
|
|
shell: bash
|
|
|
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
|
|
|
|
|
|
- - name: Setup pnpm cache
|
|
|
+ - name: Set up pnpm cache
|
|
|
uses: actions/cache@v4
|
|
|
with:
|
|
|
path: ${{ env.STORE_PATH }}
|