Skip to content

Bump @types/node from 20.10.5 to 20.10.7 #491

Bump @types/node from 20.10.5 to 20.10.7

Bump @types/node from 20.10.5 to 20.10.7 #491

Workflow file for this run

name: 'lint'
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
- run: |
npm run format-check
- run: |
npm run lint