Skip to content

Commit

Permalink
ci: yarn config set ignore-engines true
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Sep 29, 2022
1 parent 1e8b97d commit 56ce8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
git fetch origin 'refs/tags/*:refs/tags/*' --depth=20
- name: install deps
run: |
yarn config set ignore-engines true
yarn install --frozen-lockfile
yarn run ci:install
- name: run ci:build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
git config --local user.name "GitHub Action"
- name: install deps
run: |
yarn config set ignore-engines true
yarn install --frozen-lockfile
yarn run ci:install
- name: run script
Expand Down

0 comments on commit 56ce8a6

Please sign in to comment.