Skip to content

Commit

Permalink
refactor: drop webpack@4 (#509)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: minimum supported `webpack` version is `5`
  • Loading branch information
cap-Bernardito committed Feb 2, 2021
1 parent 435224d commit 1d48781
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x, 14.x]
webpack-version: [4, latest]
webpack-version: [latest]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 1d48781

Please sign in to comment.