Skip to content

Bump webpack-dev-middleware from 5.3.0 to 5.3.4 #128

Bump webpack-dev-middleware from 5.3.0 to 5.3.4

Bump webpack-dev-middleware from 5.3.0 to 5.3.4 #128

Workflow file for this run

name: Build and Test
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup
run: yarn install
- name: Build
run: yarn build