Skip to content

build(deps-dev): bump webpack from 5.93.0 to 5.99.6 #1130

build(deps-dev): bump webpack from 5.93.0 to 5.99.6

build(deps-dev): bump webpack from 5.93.0 to 5.99.6 #1130

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enable corepack
run: corepack enable
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Run tests
run: yarn test