Skip to content

chore(deps): update dependency webpack to v5.92.0 #3420

chore(deps): update dependency webpack to v5.92.0

chore(deps): update dependency webpack to v5.92.0 #3420

Workflow file for this run

name: ci
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"
- name: Install
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Test
run: yarn test
- name: Build
run: yarn build