Skip to content

Bump webpack from 5.76.1 to 5.94.0 #35

Bump webpack from 5.76.1 to 5.94.0

Bump webpack from 5.76.1 to 5.94.0 #35

Workflow file for this run

name: build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn install
- run: yarn build