Skip to content

simplify build file, add ATTW CLI to check types #156

simplify build file, add ATTW CLI to check types

simplify build file, add ATTW CLI to check types #156

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
env:
NODE_OPTIONS: '--max-old-space-size=4096'
- name: Runtime compatibility check
run: npm run check:runtimes