Skip to content

Commit

Permalink
Fix typo --ignore-engine => --ignore-engines (#3270)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsavoire authored Jun 21, 2023
1 parent a9f0823 commit e4b9a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/node/setup
- run: yarn install --ignore-engine
- run: yarn install --ignore-engines
- run: yarn services
- run: yarn test:plugins
- uses: codecov/codecov-action@v2
Expand Down

0 comments on commit e4b9a26

Please sign in to comment.