Skip to content

[fern-replay] Applied customizations #250

[fern-replay] Applied customizations

[fern-replay] Applied customizations #250

Workflow file for this run

name: cloudflare-compat
on: [push]
jobs:
cloudflare-compat:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v6
- name: Set up node
uses: actions/setup-node@v6
with:
node-version: '22'
- name: Download WASM binary
run: ./scripts/download-wasm.sh
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Test Cloudflare compatibility
run: yarn test:cloudflare