Skip to content

build(deps): bump path-to-regexp from 1.8.0 to 3.3.0 in /website (#4205) #4393

build(deps): bump path-to-regexp from 1.8.0 to 3.3.0 in /website (#4205)

build(deps): bump path-to-regexp from 1.8.0 to 3.3.0 in /website (#4205) #4393

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
env:
FORCE_COLOR: 2
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: lts/*
cache: 'npm'
- name: Install npm dependencies
run: npm ci
- name: Run lint
run: npm run lint