test: ignore engine fields on install

This commit is contained in:
Zack Schuster 2020-07-28 10:33:39 -07:00
parent 6f1fec9bf5
commit 0ddffb3e9f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: install
run: yarn
run: yarn install --ignore-engines
- name: test
run: yarn test