Skip to content

Merge xflight into monorepo #29

Merge xflight into monorepo

Merge xflight into monorepo #29

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["18", "20", "22", "24"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm i -g fyn@v2
- run: fyn install --no-fynlocal
- run: npx fynpo bootstrap
- run: fyn ci:check