Skip to content

chore(deps-dev): bump webpack from 5.76.0 to 5.85.0 #989

chore(deps-dev): bump webpack from 5.76.0 to 5.85.0

chore(deps-dev): bump webpack from 5.76.0 to 5.85.0 #989

Workflow file for this run

name: Build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Build
run: yarn dist