Skip to content

[Snyk] Upgrade @emotion/react from 11.11.4 to 11.13.0 #211

[Snyk] Upgrade @emotion/react from 11.11.4 to 11.13.0

[Snyk] Upgrade @emotion/react from 11.11.4 to 11.13.0 #211

Workflow file for this run

name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with: { node-version: 18.x }
- name: Build
run: |
yarn install --frozen-lockfile
yarn build