Commit beb7a28 1 parent 5bbdcfc commit beb7a28 Copy full SHA for beb7a28
File tree 4 files changed +0
-32
lines changed
4 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 26
26
node-version : 20
27
27
cache : ' pnpm'
28
28
29
- - uses : actions/cache@v4
30
- name : Setup pnpm cache
31
- with :
32
- path : ${{ env.STORE_PATH }}
33
- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
34
- restore-keys : |
35
- ${{ runner.os }}-pnpm-store-
36
-
37
29
- name : Install dependencies
38
30
run : pnpm install
39
31
Original file line number Diff line number Diff line change 25
25
node-version : 20
26
26
cache : ' pnpm'
27
27
28
- - uses : actions/cache@v4
29
- name : Setup pnpm cache
30
- with :
31
- path : ${{ env.STORE_PATH }}
32
- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
33
- restore-keys : |
34
- ${{ runner.os }}-pnpm-store-
35
-
36
28
- name : Install dependencies
37
29
run : pnpm install
38
30
Original file line number Diff line number Diff line change 31
31
node-version : 20
32
32
cache : ' pnpm'
33
33
34
- - uses : actions/cache@v4
35
- name : Setup pnpm cache
36
- with :
37
- path : ${{ env.STORE_PATH }}
38
- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
39
- restore-keys : |
40
- ${{ runner.os }}-pnpm-store-
41
-
42
34
- name : Install dependencies
43
35
run : pnpm install
44
36
Original file line number Diff line number Diff line change 31
31
node-version : 20
32
32
cache : ' pnpm'
33
33
34
- - uses : actions/cache@v4
35
- name : Setup pnpm cache
36
- with :
37
- path : ${{ env.STORE_PATH }}
38
- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
39
- restore-keys : |
40
- ${{ runner.os }}-pnpm-store-
41
-
42
34
- name : Install dependencies
43
35
run : pnpm install
44
36
You can’t perform that action at this time.
0 commit comments