Skip to content

Commit e5c14bf

Browse files
authored
Merge pull request #7 from ember-cli/ignore-engines
add --ignore-engines to yarn install
2 parents b4ce80a + fb74226 commit e5c14bf

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
@@ -41,6 +41,6 @@ jobs:
4141
- name: Install Yarn Classic
4242
run: npm install -g yarn@1
4343
- name: Install dependencies
44-
run: yarn install --frozen-lockfile
44+
run: yarn install --frozen-lockfile --ignore-engines
4545
- name: Run tests
4646
run: yarn test

0 commit comments

Comments
 (0)