Skip to content

Commit 45e3808

Browse files
authored
Merge pull request #175 from icelam/ci/build-fix
ci: add --ignore-engines flag when installing dependencies
2 parents 30b8289 + 1c85590 commit 45e3808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
${{ runner.os }}-yarn-
4040
- name: Install dependencies
4141
run: |
42-
yarn install --frozen-lockfile
42+
yarn install --frozen-lockfile --ignore-engines
4343
- name: Build package
4444
run: |
4545
yarn build

0 commit comments

Comments
 (0)