Skip to content

chore(deps-dev): Bump webpack from 5.76.0 to 5.94.0 #45

chore(deps-dev): Bump webpack from 5.76.0 to 5.94.0

chore(deps-dev): Bump webpack from 5.76.0 to 5.94.0 #45

Workflow file for this run

name: build
on: [pull_request]
jobs:
yarn-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn prepublish
env:
CI: true