Skip to content

chore(main): release 10.9.0 #2246

chore(main): release 10.9.0

chore(main): release 10.9.0 #2246

Workflow file for this run

name: Runtime Compatibility Tests
on: [push, pull_request]
jobs:
runtime-compatibility:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 22
- uses: denoland/setup-deno@22d081ff2d3a40755e97629de92e3bcbfa7cf2ed # 2.0.5
with:
deno-version: 2.x
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # 2.2.0
- name: Install and build
run: |
npm install
npm run build
- name: Runtime compatibility check
run: npm run check:runtimes