Skip to content

chore: bump lint-staged from 17.0.5 to 17.0.7 #99

chore: bump lint-staged from 17.0.5 to 17.0.7

chore: bump lint-staged from 17.0.5 to 17.0.7 #99

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run build