Skip to content

Bump webpack-dev-middleware from 5.3.1 to 5.3.4 #1423

Bump webpack-dev-middleware from 5.3.1 to 5.3.4

Bump webpack-dev-middleware from 5.3.1 to 5.3.4 #1423

Workflow file for this run

name: CI
on: push
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build frontend
run: yarn build-frontend
- name: Test frontend
run: yarn test-frontend
- name: Test backend
run: yarn test-backend-ci