File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -165,17 +165,17 @@ jobs:
165165 registry-url : ' https://registry.npmjs.org'
166166 cache : ' yarn'
167167
168- - name : Restore Dependencies Cache
169- uses : actions/cache/restore@v4
170- with :
171- path : ' **/node_modules'
172- key : node-modules-${{ hashFiles('./yarn.lock') }}
173-
174- - name : Restore Distributables Cache
175- uses : actions/cache/restore@v4
176- with :
177- path : ' **/dist'
178- key : dist-${{ env.rid }}
168+ # - name: Restore Dependencies Cache
169+ # uses: actions/cache/restore@v4
170+ # with:
171+ # path: '**/node_modules'
172+ # key: node-modules-${{ hashFiles('./yarn.lock') }}
173+
174+ # - name: Restore Distributables Cache
175+ # uses: actions/cache/restore@v4
176+ # with:
177+ # path: '**/dist'
178+ # key: dist-${{ env.rid }}
179179
180180 - name : Synchronize Packages
181181 run : yarn
You can’t perform that action at this time.
0 commit comments