Skip to content

Bump path-to-regexp from 8.3.0 to 8.4.0 #602

Bump path-to-regexp from 8.3.0 to 8.4.0

Bump path-to-regexp from 8.3.0 to 8.4.0 #602

name: Code style checks
on: pull_request
jobs:
lint:
name: Code style checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Run code style checks
run: npm run lint