Skip to content

build(deps): bump puppeteer from 21.11.0 to 22.8.0 #38

build(deps): bump puppeteer from 21.11.0 to 22.8.0

build(deps): bump puppeteer from 21.11.0 to 22.8.0 #38

Workflow file for this run

name: Lint & Test
on:
workflow_call:
pull_request:
push:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run validate