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

Commit 580ef75

Browse files
authored
Merge pull request #1155 from Shopify/liz/ignore-node-16-warning
Add ignore-engines flag
2 parents cdabf56 + 1d8cd83 commit 580ef75

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)