Commit 1800a04 1 parent 5796879 commit 1800a04 Copy full SHA for 1800a04
File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -34,23 +34,12 @@ jobs:
34
34
uses : pnpm/action-setup@v4
35
35
with :
36
36
version : 9.8.0
37
- - name : Dump Directory
38
- run : ls -al && pwd
39
37
- name : Install Node.js
40
38
uses : actions/setup-node@v4
41
39
with :
42
40
node-version : 20
43
- cache : " pnpm"
44
- cache-dependency-path : ./web/pnpm-lock.yaml
45
-
46
- - name : Get pnpm store directory
47
- shell : bash
48
- run : |
49
- echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
50
-
51
41
- uses : actions/cache@v4
52
42
name : Setup pnpm cache
53
- if : ${{ github.ref_name == 'master' }}
54
43
with :
55
44
path : ${{ env.STORE_PATH }}
56
45
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -116,7 +105,6 @@ jobs:
116
105
117
106
- uses : actions/cache@v4
118
107
name : Setup pnpm cache
119
- if : ${{ github.ref_name == 'master' }}
120
108
with :
121
109
path : ${{ env.STORE_PATH }}
122
110
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments