Skip to content

Update dependency webpack to v5.95.0 #282

Update dependency webpack to v5.95.0

Update dependency webpack to v5.95.0 #282

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint --if-present
- run: npm run build --if-present
- run: npm test --if-present