File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9393 if : steps.node_modules_cache.outputs.cache-hit != 'true'
9494 run : |
9595 yarn config set yarn-offline-mirror ~/.npm-packages-offline-cache
96- yarn install --frozen-lockfile --prefer-offline
96+ yarn install --frozen-lockfile --prefer-offline --force
9797 yarn add firebase@^${{ matrix.firebase }}.0 --prefer-offline
9898 - name : Firebase emulator cache
9999 uses : actions/cache@v2
@@ -143,7 +143,7 @@ jobs:
143143 if : steps.node_modules_cache.outputs.cache-hit != 'true'
144144 run : |
145145 yarn config set yarn-offline-mirror ~/.npm-packages-offline-cache
146- yarn install --frozen-lockfile --prefer-offline
146+ yarn install --frozen-lockfile --prefer-offline --force
147147 yarn add firebase@^${{ matrix.firebase }}.0 --prefer-offline
148148 - name : Firebase emulator cache
149149 uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments