Skip to content

chore(deps): bump @emotion/react from 11.13.0 to 11.13.3 #136

chore(deps): bump @emotion/react from 11.13.0 to 11.13.3

chore(deps): bump @emotion/react from 11.13.0 to 11.13.3 #136

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches: [main]
jobs:
ci:
name: CI
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Checking out source code
uses: actions/checkout@v2
- name: Using Node 14.x
uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Installing dependencies
run: yarn install --frozen-lockfile
- name: Linting
run: yarn lint