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

Commit

Permalink
Merge pull request #1155 from Shopify/liz/ignore-node-16-warning
Browse files Browse the repository at this point in the history
Add ignore-engines flag
  • Loading branch information
lizkenyon authored Jan 22, 2024
2 parents cdabf56 + 1d8cd83 commit 580ef75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
# TODO Remove the --ignore-engines flag when we drop support for Node 16
- name: Install
run: yarn install
run: yarn install --ignore-engines
- name: Build
run: yarn build
- name: Lint
Expand Down

0 comments on commit 580ef75

Please sign in to comment.