Skip to content

build(deps-dev): bump flatted from 3.3.3 to 3.4.2 #1427

build(deps-dev): bump flatted from 3.3.3 to 3.4.2

build(deps-dev): bump flatted from 3.3.3 to 3.4.2 #1427

Workflow file for this run

name: Runtime Compatibility Tests
on: [push, pull_request]
jobs:
runtime-compatibility:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0
with:
node-version: 22
- uses: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2.0.3
with:
deno-version: v1.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