Skip to content

chore(deps): bump esbuild from 0.28.1 to 0.28.2 in the npm-minor-patch group #22

chore(deps): bump esbuild from 0.28.1 to 0.28.2 in the npm-minor-patch group

chore(deps): bump esbuild from 0.28.1 to 0.28.2 in the npm-minor-patch group #22

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run typecheck
- run: npm test
- run: npm run build