File tree Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Original file line number Diff line number Diff line change 29
29
- name : Enable Corepack
30
30
run : corepack enable
31
31
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
-
46
32
- name : Install dependencies
47
33
run : pnpm install
48
34
69
55
- name : Enable Corepack
70
56
run : corepack enable
71
57
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
-
86
58
- name : Install dependencies
87
59
run : pnpm install
88
60
@@ -150,20 +122,6 @@ jobs:
150
122
- name : Enable Corepack
151
123
run : corepack enable
152
124
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
-
167
125
- name : Install dependencies
168
126
run : pnpm install
169
127
You can’t perform that action at this time.
0 commit comments