Skip to content

Bump webpack-dev-middleware from 3.7.2 to 5.3.4 #357

Bump webpack-dev-middleware from 3.7.2 to 5.3.4

Bump webpack-dev-middleware from 3.7.2 to 5.3.4 #357

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['20']
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: yarn
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build
- name: Test
run: yarn test