Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

chore: bump all package versions to 0.4.39-alpha.2 #566

chore: bump all package versions to 0.4.39-alpha.2

chore: bump all package versions to 0.4.39-alpha.2 #566

Workflow file for this run

name: build and test
on:
workflow_dispatch:
pull_request:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
permissions:
contents: read
runs-on: aismart-runner
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: "pnpm"
- run: pnpm install
- run: pnpm build