File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
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 --force
97- yarn add firebase@^${{ matrix.firebase }}.0 --prefer-offline
96+ yarn install --frozen-lockfile --prefer-offline --ignore-engines
97+ yarn add firebase@^${{ matrix.firebase }}.0 --prefer-offline --ignore-engines
9898 - name : Firebase emulator cache
9999 uses : actions/cache@v2
100100 with :
@@ -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 --force
146+ yarn install --frozen-lockfile --prefer-offline
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