Skip to content

chore(deps-dev): Bump @types/node from 20.12.11 to 20.14.8 #225

chore(deps-dev): Bump @types/node from 20.12.11 to 20.14.8

chore(deps-dev): Bump @types/node from 20.12.11 to 20.14.8 #225

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'