Skip to content

Commit 1d48781

Browse files
refactor: drop webpack@4 (#509)
BREAKING CHANGE: minimum supported `webpack` version is `5`
1 parent 435224d commit 1d48781

File tree

5 files changed

+183
-157
lines changed

5 files changed

+183
-157
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
matrix:
5757
os: [ubuntu-latest, windows-latest, macos-latest]
5858
node-version: [10.x, 12.x, 14.x]
59-
webpack-version: [4, latest]
59+
webpack-version: [latest]
6060

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

0 commit comments

Comments
 (0)