Skip to content

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

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

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

Workflow file for this run

name: Build code
on: push
jobs:
build-code:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: yarn
- name: Build
run: yarn build