Skip to content

build(deps): bump @emotion/styled from 11.11.5 to 11.13.0 #129

build(deps): bump @emotion/styled from 11.11.5 to 11.13.0

build(deps): bump @emotion/styled from 11.11.5 to 11.13.0 #129

Workflow file for this run

name: PR Tests
on:
pull_request:
branches: [main]
workflow_call:
workflow_dispatch:
jobs:
pr-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
- name: Install dependencies
run: npm install
- name: Run Vitest
run: npm run test