Skip to content

build(deps-dev): bump mini-css-extract-plugin from 2.9.1 to 2.9.4 #1169

build(deps-dev): bump mini-css-extract-plugin from 2.9.1 to 2.9.4

build(deps-dev): bump mini-css-extract-plugin from 2.9.1 to 2.9.4 #1169

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