Skip to content

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

Bump webpack-dev-middleware from 5.3.1 to 5.3.4

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

Workflow file for this run

name: Test and Build
on: pull_request
permissions:
contents: read
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Build demo
run: npm run demo:build