Skip to content

Commit 1c85590

Browse files
committed
ci: add --ignore-engines flag when installing dependencies
1 parent 30b8289 commit 1c85590

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)