Skip to content

fix(deps): update qs to 6.14.1 to fix security issue (#122) #449

fix(deps): update qs to 6.14.1 to fix security issue (#122)

fix(deps): update qs to 6.14.1 to fix security issue (#122) #449

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, auto_merge_enabled]
concurrency:
group: lint-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint