Skip to content

chore(deps): bump @emotion/styled from 11.11.5 to 11.13.0 (#494) #1485

chore(deps): bump @emotion/styled from 11.11.5 to 11.13.0 (#494)

chore(deps): bump @emotion/styled from 11.11.5 to 11.13.0 (#494) #1485

Workflow file for this run

name: Can be deployed
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install and Build 🔧
run: |
npm install
npm run build