File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 with :
4343 run_install : false
4444
45- - name : Get pnpm store directory
46- shell : bash
47- run : |
48- echo "PNPM_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
49-
50- - uses : actions/cache@v4
51- name : Setup pnpm cache
52- with :
53- path : ${{ env.PNPM_STORE_PATH }}
54- key : ${{ runner.os }}-pnpm-cache-${{ hashFiles('**/pnpm-lock.yaml') }}
55- restore-keys : |
56- ${{ runner.os }}-pnpm-cache
57-
5845 - name : Install dependencies
5946 run : pnpm install --frozen-lockfile
6047
@@ -140,19 +127,6 @@ jobs:
140127 with :
141128 run_install : false
142129
143- - name : Get pnpm store directory
144- shell : bash
145- run : |
146- echo "PNPM_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
147-
148- - uses : actions/cache@v4
149- name : Setup pnpm cache
150- with :
151- path : ${{ env.PNPM_STORE_PATH }}
152- key : ${{ runner.os }}-pnpm-cache-${{ hashFiles('**/pnpm-lock.yaml') }}
153- restore-keys : |
154- ${{ runner.os }}-pnpm-cache
155-
156130 - name : Install dependencies
157131 run : pnpm install --frozen-lockfile
158132
You can’t perform that action at this time.
0 commit comments