File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,20 +34,20 @@ jobs:
3434 with :
3535 run_install : false
3636
37- # - name: Get pnpm store directory
38- # shell: bash
39- # run: |
40- # echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
41- #
42- # - uses: actions/cache@v4
43- # name: Setup pnpm cache
44- # with:
45- # path: |
46- # ${{ env.STORE_PATH }}
47- # .nx/cache
48- # key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
49- # restore-keys: |
50- # ${{ runner.os }}-pnpm-store
37+ - name : Get pnpm store directory
38+ shell : bash
39+ run : |
40+ echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
41+
42+ - uses : actions/cache@v4
43+ name : Setup pnpm cache
44+ with :
45+ path : |
46+ ${{ env.STORE_PATH }}
47+ .nx/cache
48+ key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
49+ restore-keys : |
50+ ${{ runner.os }}-pnpm-store
5151
5252 - name : Install dependencies
5353 run : pnpm install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments