Skip to content

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 #15

Bump webpack-dev-middleware from 5.3.3 to 5.3.4

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 #15

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
cache: 'npm'
- run: npm install
- run: npm run build --if-present
- run: npm test --if-present
- name: Print npm debug log
if: failure()
run: cat /home/runner/.npm/_logs/*-debug.log