Skip to content

build(deps-dev): bump jsdom from 24.1.1 to 25.0.1 #4030

build(deps-dev): bump jsdom from 24.1.1 to 25.0.1

build(deps-dev): bump jsdom from 24.1.1 to 25.0.1 #4030

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/setup-node@v4.0.4
with:
node-version: lts/*
cache: 'npm'
- name: Install npm dependencies
run: npm ci
- name: Run lint
run: npm run lint