Skip to content

[v8] fix: migrate from tsup to tsdown for faster, lower-memory builds #161

[v8] fix: migrate from tsup to tsdown for faster, lower-memory builds

[v8] fix: migrate from tsup to tsdown for faster, lower-memory builds #161

Workflow file for this run

name: Runtime Compatibility Tests
on: [push, pull_request]
jobs:
runtime-compatibility:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: denoland/setup-deno@v2
with:
deno-version: v1.x
- uses: oven-sh/setup-bun@v2
- name: Install and build
run: |
npm install
npm run build
- name: Runtime compatibility check
run: npm run check:runtimes