Skip to content

Commit 4d2684f

Browse files
author
Amin Mahboubi
authored
ignore node version error in CI (#729)
1 parent 18cdba0 commit 4d2684f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
key: ${{ runner.os }}-${{ matrix.node }}-modules-${{ hashFiles('**/yarn.lock') }}
2525

2626
- name: Install Dependencies & Build
27-
run: yarn install --frozen-lockfile
27+
run: yarn install --frozen-lockfile --ignore-engines
2828

2929
- name: Lint and Test with ${{ matrix.node }}
3030
env:

0 commit comments

Comments
 (0)