Skip to content

Commit

Permalink
chore: fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Oct 23, 2024
2 parents 49a2823 + 0807d47 commit 93070c2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 336 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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 93070c2

Please sign in to comment.