Skip to content

chore(deps-dev): Bump puppeteer from 25.9.0 to 25.10.0 #3758

chore(deps-dev): Bump puppeteer from 25.9.0 to 25.10.0

chore(deps-dev): Bump puppeteer from 25.9.0 to 25.10.0 #3758

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [develop]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
env:
HUSKY: '0'
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version-file: '.nvmrc'
- run: node --version && npm --version
- run: npm ci
- run: npm run lint:js
- run: npm run lint:yaml
- run: npm run lint:pkg-json
- run: npm run lint:workflows
- run: npm run lint:md
- run: npm run lint:json
- run: npm run test