Skip to content

refactor(bundler): revert Bun.build, restore tsdown with factory API #305

refactor(bundler): revert Bun.build, restore tsdown with factory API

refactor(bundler): revert Bun.build, restore tsdown with factory API #305

Workflow file for this run

name: Changeset Check
on:
pull_request:
branches:
- main
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
changeset-check:
name: Changeset Check
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: 24
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Check for changeset
run: pnpm changeset status --since=origin/main