Skip to content

Bump webpack-dev-middleware from 7.0.0 to 7.1.0 #55

Bump webpack-dev-middleware from 7.0.0 to 7.1.0

Bump webpack-dev-middleware from 7.0.0 to 7.1.0 #55

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm audit
- run: npm run eslint
- run: npm test
- run: npm run build