Skip to content

chore(deps): bump the npm-production group across 1 directory with 4 … #60

chore(deps): bump the npm-production group across 1 directory with 4 …

chore(deps): bump the npm-production group across 1 directory with 4 … #60

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
smoke:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
cache-dependency-path: package-lock.json
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Smoke
run: npm run smoke