File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed
Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 3737 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4
3838 with :
3939 node-version : 20
40-
40+ cache : " yarn"
41+ corepack : true
42+
4143 - name : Fetch previous commit for check
4244 run : git fetch origin '${{ github.event.pull_request.base.sha }}'
4345
Original file line number Diff line number Diff line change 3232 with :
3333 node-version : 20
3434 registry-url : https://registry.npmjs.org/ # Needed for auth
35+ cache : " yarn"
36+ corepack : true
3537
3638 - name : Fetch previous commit for check
3739 run : git fetch origin '${{ github.event.pull_request.base.sha }}'
8082 with :
8183 node-version : ${{ matrix.node-version }}
8284 registry-url : https://registry.npmjs.org/ # Needed for auth
85+ cache : " yarn"
86+ corepack : true
8387
8488 - name : yarn install
8589 run : yarn install --immutable
@@ -144,6 +148,9 @@ jobs:
144148 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v4
145149 with :
146150 node-version : 20.x
151+ cache : " yarn"
152+ corepack : true
153+
147154 - name : Install root dependencies
148155 run : yarn install --immutable
149156 - name : Verify lockfile duplicates
Original file line number Diff line number Diff line change 2626 with :
2727 node-version : 20
2828 registry-url : https://registry.npmjs.org/ # Needed for auth
29+ cache : " yarn"
30+ corepack : true
2931
3032 - name : Fetch previous commit for check
3133 run : git fetch origin '${{ github.event.before }}'
Original file line number Diff line number Diff line change 5050 with :
5151 node-version : 20
5252 registry-url : https://registry.npmjs.org/ # Needed for auth
53+ cache : " yarn"
54+ corepack : true
5355
5456 - name : Get yarn cache directory path
5557 id : yarn-cache-dir-path
@@ -115,7 +117,9 @@ jobs:
115117 with :
116118 node-version : 20
117119 registry-url : https://registry.npmjs.org/ # Needed for auth
118-
120+ cache : " yarn"
121+ corepack : true
122+
119123 - name : Get yarn cache directory path
120124 id : yarn-cache-dir-path
121125 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments