Skip to content

Bump webpack from 5.91.0 to 5.94.0 #389

Bump webpack from 5.91.0 to 5.94.0

Bump webpack from 5.91.0 to 5.94.0 #389

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install --no-package-lock
- run: npm test
- uses: coactions/setup-xvfb@v1
with:
run: npm run test-ui