Skip to content

fix: ship root cjs entry in dual-mode template #46

fix: ship root cjs entry in dual-mode template

fix: ship root cjs entry in dual-mode template #46

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["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