Skip to content

fix ecosystem-checks script paths #158

fix ecosystem-checks script paths

fix ecosystem-checks script paths #158

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