Skip to content

Bump webpack from 5.76.3 to 5.94.0 #18676

Bump webpack from 5.76.3 to 5.94.0

Bump webpack from 5.76.3 to 5.94.0 #18676

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
name: Build, test and deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: yarn --production
- run: yarn build