Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit cc62d36

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/isbot-4.4.0
2 parents 82a9b05 + 580ef75 commit cc62d36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: ${{ matrix.version }}
15+
# TODO Remove the --ignore-engines flag when we drop support for Node 16
1516
- name: Install
16-
run: yarn install
17+
run: yarn install --ignore-engines
1718
- name: Build
1819
run: yarn build
1920
- name: Lint

0 commit comments

Comments
 (0)