Skip to content

Commit 3243b55

Browse files
committed
Try --ignore-engines
1 parent e1bc701 commit 3243b55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
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

0 commit comments

Comments
 (0)