Skip to content

Reduce bundle size, fix CI #1

Reduce bundle size, fix CI

Reduce bundle size, fix CI #1

Workflow file for this run

name: Run CI on commit-graph
on:
pull_request:
paths:
- "**"
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- name: Run the "yarn ci" command
run: yarn ci