Skip to content

Commit

Permalink
refactor!: drop support for webpack-dev-server@v4 (#4301)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Oct 23, 2024
1 parent 46285d6 commit 0807d47
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,841 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ jobs:
shard: ["1/4", "2/4", "3/4", "4/4"]
webpack-version: [latest]
dev-server-version: [latest]
include:
- node-version: 18.x
os: ubuntu-latest
dev-server-version: 4
- node-version: 20.x
os: ubuntu-latest
dev-server-version: 4

steps:
- uses: actions/checkout@v4
Expand All @@ -89,10 +82,6 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile --ignore-engines --ignore-scripts

- name: Install webpack-dev-server ${{ matrix.dev-server-version }}
if: matrix.dev-server-version == '4'
run: yarn add -W -D webpack-dev-server@${{ matrix.dev-server-version }} --ignore-engines --ignore-scripts

- name: Prepare environment for tests
run: yarn build:ci

Expand Down
Loading

0 comments on commit 0807d47

Please sign in to comment.