Skip to content

Commit

Permalink
fix: add --ignore-engines to avoid failing installs during ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amrap030 committed May 12, 2022
1 parent 8b7d993 commit 8cec2d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn global add @antfu/ni

- name: Install
run: nci
run: nci --ignore-engines

- name: Lint
run: nr lint
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: yarn global add @antfu/ni

- name: Install
run: nci
run: nci --ignore-engines

- name: Build
run: nr build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
registry-url: https://registry.npmjs.org/
cache: yarn

- run: yarn install
- run: yarn install --ignore-engines

# - name: Release
# env:
Expand Down

0 comments on commit 8cec2d4

Please sign in to comment.