Skip to content

fix: use npm ci in release workflow #14

fix: use npm ci in release workflow

fix: use npm ci in release workflow #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
- run: npm ci
- run: npm run tsc
- run: npm run lint
- run: npm audit --audit-level=high