Skip to content

Bump webpack from 5.82.1 to 5.94.0 #23

Bump webpack from 5.82.1 to 5.94.0

Bump webpack from 5.82.1 to 5.94.0 #23

Workflow file for this run

name: Build and deploy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install and build
run: |
npm install --legacy-peer-deps
npm run build