Skip to content

chore(deps-dev): Bump @types/node from 22.7.5 to 22.9.1 #434

chore(deps-dev): Bump @types/node from 22.7.5 to 22.9.1

chore(deps-dev): Bump @types/node from 22.7.5 to 22.9.1 #434

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'