Skip to content
Merged
Prev Previous commit
Next Next commit
skip html webpack plugin v5 on webpack v4
  • Loading branch information
SimenB committed Feb 20, 2021
commit 377d83352e895669d5d4292b3b53d7be1181abc1
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
node-version: [10.x, 12.x, 14.x, 15.x]
html-plugin-version: [4, 5]
webpack-version: [4, 5]
exclude:
- html-plugin-version: 5
webpack-version: 4
runs-on: ubuntu-latest

steps:
Expand Down