Skip to content

chore(deps-dev): bump webpack-dev-server from 4.15.1 to 5.0.4 #533

chore(deps-dev): bump webpack-dev-server from 4.15.1 to 5.0.4

chore(deps-dev): bump webpack-dev-server from 4.15.1 to 5.0.4 #533

Workflow file for this run

name: Testing
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run lint
- run: npm test