Skip to content
Merged
Prev Previous commit
Next Next commit
one more exclusion
  • Loading branch information
SimenB committed Feb 20, 2021
commit a50602c9327085096d037ae3a35de2f116f56497
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
# plugin@5 only supports webpack@5
- html-plugin-version: 5
webpack-version: 4
# plugin@3 only supports webpack@4
- html-plugin-version: 3
webpack-version: 5
# webpack@5 and plugin@5 does not support node 6 or 8
- node-version: 6.x
webpack-version: 5
Expand Down