Skip to content

[v8] Improve performance of audit log tests #135

[v8] Improve performance of audit log tests

[v8] Improve performance of audit log tests #135

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