Skip to content

Bump @emotion/styled from 11.11.0 to 11.11.5 #219

Bump @emotion/styled from 11.11.0 to 11.11.5

Bump @emotion/styled from 11.11.0 to 11.11.5 #219

Workflow file for this run

name: CI
on:
pull_request:
branches-ignore:
- 'test123'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "yarn"
- run: yarn install
- run: yarn build-ci