Skip to content

chore(deps-dev): Bump typescript-eslint from 7.8.0 to 7.14.1 #227

chore(deps-dev): Bump typescript-eslint from 7.8.0 to 7.14.1

chore(deps-dev): Bump typescript-eslint from 7.8.0 to 7.14.1 #227

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
paths-ignore:
- "**.md"
push:
branches: [ main ]
paths-ignore:
- "**.md"
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm test
env:
TZ: 'America/New_York'