diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61c1e63..33d3148 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: ${{ runner.os }}-yarn- - name: Install dependencies run: | - yarn install --frozen-lockfile + yarn install --frozen-lockfile --ignore-engines - name: Build package run: | yarn build