Skip to content

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

Bump webpack-dev-middleware from 5.3.3 to 5.3.4

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

Workflow file for this run

name: JS tests
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
node-versions: ['14', '16']
runs-on: ubuntu-latest
name: JS Lint
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-versions }}
- run: npm install
- run: npm run lint