Skip to content

ci(deps): bump the github-actions-monthly group across 1 directory wi… #123

ci(deps): bump the github-actions-monthly group across 1 directory wi…

ci(deps): bump the github-actions-monthly group across 1 directory wi… #123

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
verify:
name: verify (node ${{ matrix.node-version }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: ["20", "22"]
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install
- run: npm run lint
- run: npm run typecheck
- run: npm run coverage
- run: npm run build
- run: npm run demo
- run: npm run smoke
- run: npm audit --audit-level=high