File tree Expand file tree Collapse file tree 2 files changed +2
-44
lines changed
Expand file tree Collapse file tree 2 files changed +2
-44
lines changed Original file line number Diff line number Diff line change 2929 - name : Enable Corepack
3030 run : corepack enable
3131
32- - name : Get pnpm store directory
33- id : pnpm-cache
34- shell : bash
35- run : |
36- echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
37-
38- - name : Setup pnpm cache
39- uses : actions/cache@v4
40- with :
41- path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
42- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
43- restore-keys : |
44- ${{ runner.os }}-pnpm-store-
45-
4632 - name : Install dependencies
4733 run : pnpm install
4834
6955 - name : Enable Corepack
7056 run : corepack enable
7157
72- - name : Get pnpm store directory
73- id : pnpm-cache
74- shell : bash
75- run : |
76- echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
77-
78- - name : Setup pnpm cache
79- uses : actions/cache@v4
80- with :
81- path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
82- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
83- restore-keys : |
84- ${{ runner.os }}-pnpm-store-
85-
8658 - name : Install dependencies
8759 run : pnpm install
8860
@@ -150,20 +122,6 @@ jobs:
150122 - name : Enable Corepack
151123 run : corepack enable
152124
153- - name : Get pnpm store directory
154- id : pnpm-cache
155- shell : bash
156- run : |
157- echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
158-
159- - name : Setup pnpm cache
160- uses : actions/cache@v4
161- with :
162- path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
163- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
164- restore-keys : |
165- ${{ runner.os }}-pnpm-store-
166-
167125 - name : Install dependencies
168126 run : pnpm install
169127
You can’t perform that action at this time.
0 commit comments