Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

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

Bump webpack-dev-middleware from 5.3.3 to 5.3.4

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

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: install dependencies
run: yarn install
shell: bash
- name: test
run: yarn test
shell: bash