|
25 | 25 | node_modules |
26 | 26 | **/node_modules |
27 | 27 | key: ${{ runner.os }}-npm-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json') }} |
28 | | - - run: npm install --frozen-lockfile |
| 28 | + - run: npm install --frozen-lockfile --legacy-peer-deps |
29 | 29 | if: steps.npm-cache.outputs.cache-hit != 'true' |
30 | 30 | - uses: actions/cache@v4 |
31 | 31 | id: dist |
|
61 | 61 | node_modules |
62 | 62 | **/node_modules |
63 | 63 | key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json') }} |
64 | | - - run: npm install --frozen-lockfile |
| 64 | + - run: npm install --frozen-lockfile --legacy-peer-deps |
65 | 65 | if: steps.npm-cache.outputs.cache-hit != 'true' |
66 | 66 | - uses: actions/cache@v4 |
67 | 67 | id: lint-cache |
|
99 | 99 | **/node_modules |
100 | 100 | ~/.cache/Cypress |
101 | 101 | key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json') }} |
102 | | - - run: npm install --frozen-lockfile |
| 102 | + - run: npm install --frozen-lockfile --legacy-peer-deps |
103 | 103 | if: steps.npm-cache.outputs.cache-hit != 'true' |
104 | 104 | - uses: actions/cache@v4 |
105 | 105 | id: dist |
@@ -140,7 +140,7 @@ jobs: |
140 | 140 | **/node_modules |
141 | 141 | ~/.cache/Cypress |
142 | 142 | key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json') }} |
143 | | - - run: npm install --frozen-lockfile |
| 143 | + - run: npm install --frozen-lockfile --legacy-peer-deps |
144 | 144 | if: steps.npm-cache.outputs.cache-hit != 'true' |
145 | 145 | - uses: actions/cache@v4 |
146 | 146 | id: dist |
@@ -185,7 +185,7 @@ jobs: |
185 | 185 | **/node_modules |
186 | 186 | ~/.cache/Cypress |
187 | 187 | key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json') }} |
188 | | - - run: npm install --frozen-lockfile |
| 188 | + - run: npm install --frozen-lockfile --legacy-peer-deps |
189 | 189 | if: steps.npm-cache.outputs.cache-hit != 'true' |
190 | 190 | - uses: actions/cache@v4 |
191 | 191 | id: dist |
@@ -225,7 +225,7 @@ jobs: |
225 | 225 | **/node_modules |
226 | 226 | ~/.cache/Cypress |
227 | 227 | key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json') }} |
228 | | - - run: npm install --frozen-lockfile |
| 228 | + - run: npm install --frozen-lockfile --legacy-peer-deps |
229 | 229 | if: steps.npm-cache.outputs.cache-hit != 'true' |
230 | 230 | - uses: actions/cache@v4 |
231 | 231 | id: dist |
|
0 commit comments