Skip to content

fix: Fixed a bug where schema GC was not triggered. #1023

fix: Fixed a bug where schema GC was not triggered.

fix: Fixed a bug where schema GC was not triggered. #1023

Workflow file for this run

name: ci
on:
- workflow_dispatch
- push
- pull_request
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm test
- run: pnpm build