Skip to content

Merge pull request #8 from stephenleo/fix/version-flag #18

Merge pull request #8 from stephenleo/fix/version-flag

Merge pull request #8 from stephenleo/fix/version-flag #18

Workflow file for this run

name: ci
on:
pull_request:
push:
branches: [main]
jobs:
verify:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run verify