Skip to content

Bump webpack-dev-server from 5.2.2 to 5.2.4 #499

Bump webpack-dev-server from 5.2.2 to 5.2.4

Bump webpack-dev-server from 5.2.2 to 5.2.4 #499

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
merge_group:
types: [checks_requested]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm ci
- name: build
run: npm run build