Skip to content

Bump @emotion/styled from 11.13.0 to 11.14.1 in /dashboard #365

Bump @emotion/styled from 11.13.0 to 11.14.1 in /dashboard

Bump @emotion/styled from 11.13.0 to 11.14.1 in /dashboard #365

Workflow file for this run

name: CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '20.x'
- name: Install Dependencies
run: yarn ci:install
- name: Run linter
run: yarn run ci:eslint
test:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '20.x'
- name: Install Dependencies
run: yarn run ci:install
- name: Compile Typescript
run: yarn run ci:tsc