Skip to content

Commit a20883b

Browse files
committed
Fix typo --ignore-engine => --ignore-engines (#3270)
1 parent f609bb1 commit a20883b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ jobs:
840840
steps:
841841
- uses: actions/checkout@v2
842842
- uses: ./.github/actions/node/setup
843-
- run: yarn install --ignore-engine
843+
- run: yarn install --ignore-engines
844844
- run: yarn services
845845
- run: yarn test:plugins
846846
- uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)