Skip to content

feat(LGT-010): compile outcome transitions #14

feat(LGT-010): compile outcome transitions

feat(LGT-010): compile outcome transitions #14

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
check:
strategy:
fail-fast: false
matrix:
node-version: [22, 24]
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v7
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v7
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install dependencies
run: npm ci
- name: Run repository checks
run: npm run check
- name: Verify package contents
run: npm pack --dry-run --json