Skip to content

Bump @emotion/styled from 11.11.0 to 11.14.0 #104

Bump @emotion/styled from 11.11.0 to 11.14.0

Bump @emotion/styled from 11.11.0 to 11.14.0 #104

Workflow file for this run

on:
pull_request:
paths:
- src/**/*
- tsconfig.*
- index.html
- package*.json
- vite.config.ts
jobs:
build:
runs-on: ubuntu-latest
name: ${{ matrix.host }}
strategy:
matrix:
host:
- pkgx.dev
- pkgx.sh
- pkgx.app
- mash.pkgx.sh
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
env:
VITE_HOST: ${{ matrix.host }}