Skip to content

Commit 07dea78

Browse files
snitin315alexander-akait
authored andcommitted
refactor!: minimum supported webpack version is v5.0.0 (#4656)
1 parent ebe7ce8 commit 07dea78

File tree

9 files changed

+26
-582
lines changed

9 files changed

+26
-582
lines changed

.github/workflows/nodejs.yml

-12
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ jobs:
6767
node-version: [14.x, 16.x, 18.x, 19.x]
6868
shard: ["1/4", "2/4", "3/4", "4/4"]
6969
webpack-version: [latest]
70-
include:
71-
- node-version: 16.x
72-
os: ubuntu-latest
73-
webpack-version: 4
7470

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

@@ -86,14 +82,6 @@ jobs:
8682
- name: Install dependencies
8783
run: npm ci
8884

89-
- name: Update package.json for webpack@4
90-
if: matrix.webpack-version == '4'
91-
run: echo "`jq '.scripts.build="npm run build:client"' package.json`" > package.json
92-
93-
- name: Install webpack ${{ matrix.webpack-version }}
94-
if: matrix.webpack-version == '4'
95-
run: npm i webpack@${{ matrix.webpack-version }} --save-dev --ignore-scripts
96-
9785
- name: Setup firefox
9886
if: matrix.os != 'windows-latest'
9987
uses: browser-actions/setup-firefox@latest

0 commit comments

Comments
 (0)