Skip to content

fix(deps): update emotion monorepo to v11.13.0 #1053

fix(deps): update emotion monorepo to v11.13.0

fix(deps): update emotion monorepo to v11.13.0 #1053

Workflow file for this run

name: lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn lint:ci