Skip to content

fix(deps): update dependency chokidar to v5 (#370) #832

fix(deps): update dependency chokidar to v5 (#370)

fix(deps): update dependency chokidar to v5 (#370) #832

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
node-version: [25.x]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint