Skip to content

Commit 2e3d750

Browse files
committed
chore: ignore engines in ci
1 parent 1541e75 commit 2e3d750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/setup-node@v2
4141
with:
4242
node-version: ${{ matrix.node-version }}
43-
- run: yarn
43+
- run: yarn --ignore-engines
4444
- run: yarn ci
4545
- uses: codecov/codecov-action@v2
4646
if: matrix.node-version == '14.x'

0 commit comments

Comments
 (0)