Skip to content

build(deps): bump smol-toml from 1.6.0 to 1.6.1 #90

build(deps): bump smol-toml from 1.6.0 to 1.6.1

build(deps): bump smol-toml from 1.6.0 to 1.6.1 #90

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: Typecheck
run: npm run check
- name: Smoke
run: npm run smoke