@@ -102,9 +102,9 @@ jobs:
102102 runs-on : ${{ matrix.settings.host }}
103103 steps :
104104 - uses : actions/checkout@v3
105- - uses : pnpm/action-setup@v2.2.2
105+ - uses : pnpm/action-setup@v2.2.4
106106 with :
107- version : 7
107+ version : 8
108108
109109 - name : Setup node
110110 uses : actions/setup-node@v3
@@ -125,17 +125,6 @@ jobs:
125125 with :
126126 key : ${{ matrix.settings.target }}
127127
128- - name : Get pnpm store directory
129- id : pnpm-cache
130- run : |
131- echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
132-
133- - name : Cache pnpm dependencies
134- uses : actions/cache@v3
135- with :
136- path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
137- key : pnpm-cache-build-${{ matrix.settings.target }}-node@16
138-
139128 - name : Setup toolchain
140129 run : ${{ matrix.settings.setup }}
141130 if : ${{ matrix.settings.setup }}
@@ -174,9 +163,9 @@ jobs:
174163 - build
175164 steps :
176165 - uses : actions/checkout@v3
177- - uses : pnpm/action-setup@v2.2.2
166+ - uses : pnpm/action-setup@v2.2.4
178167 with :
179- version : 7
168+ version : 8
180169 - name : Setup node
181170 uses : actions/setup-node@v3
182171 with :
@@ -185,17 +174,6 @@ jobs:
185174 cache : pnpm
186175 cache-dependency-path : ' **/pnpm-lock.yaml'
187176
188- - name : Get pnpm store directory
189- id : pnpm-cache
190- run : |
191- echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
192-
193- - name : Cache pnpm dependencies
194- uses : actions/cache@v3
195- with :
196- path : ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
197- key : pnpm-cache-build-${{ matrix.settings.target }}-node@16
198-
199177 - name : Install dependencies
200178 run : pnpm install -w --filter .
201179
0 commit comments