Skip to content

build(deps-dev): bump css-loader from 5.2.7 to 7.1.2 #1023

build(deps-dev): bump css-loader from 5.2.7 to 7.1.2

build(deps-dev): bump css-loader from 5.2.7 to 7.1.2 #1023

Workflow file for this run

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