File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 2121 pnpm config set script-shell "/usr/bin/bash"
2222 echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
2323
24- - name : pnpm Cache
25- uses : buildjet/cache@v3
26- with :
27- path : ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
28- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
29- restore-keys : |
30- ${{ runner.os }}-pnpm-store-
31-
3224 - name : Install packages
3325 run : pnpm install --frozen-lockfile
3426
Original file line number Diff line number Diff line change 2828 pnpm config set script-shell "/usr/bin/bash"
2929 echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
3030
31- - name : pnpm Cache
32- uses : buildjet/cache@v3
33- with :
34- path : ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
35- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
36- restore-keys : |
37- ${{ runner.os }}-pnpm-store-
38-
3931 - name : Install packages
4032 run : pnpm install --frozen-lockfile
33+
4134 - name : Create Release Pull Request or Publish
4235 id : changesets
4336 uses : changesets/action@v1
You can’t perform that action at this time.
0 commit comments