Skip to content

Bump webpack-dev-server from 4.8.0 to 5.2.1 #282

Bump webpack-dev-server from 4.8.0 to 5.2.1

Bump webpack-dev-server from 4.8.0 to 5.2.1 #282

Workflow file for this run

name: Build
on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "18"
cache: npm
- run: npm install
- name: Lint
run: npm run lint
- run: npm run build