Skip to content

Bump ajv from 8.16.0 to 8.17.1 #2908

Bump ajv from 8.16.0 to 8.17.1

Bump ajv from 8.16.0 to 8.17.1 #2908

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.11.1
- run: npm ci
- run: npm run lint