Skip to content

build(deps): bump webpack from 5.89.0 to 5.94.0 #1333

build(deps): bump webpack from 5.89.0 to 5.94.0

build(deps): bump webpack from 5.89.0 to 5.94.0 #1333

Workflow file for this run

# GitHub action to build
name: Build
on:
push:
branches:
- main
- release
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install --legacy-peer-deps
- run: npm run build