Skip to content

chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 #428

chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4

chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 #428

Workflow file for this run

name: Test coverage
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.14.2
registry-url: 'https://npm.pkg.github.com'
- uses: pnpm/[email protected]
with:
version: 8.10.2
- name: Install dependencies
run: pnpm install
- name: Run test coverage
run: pnpm test.coverage