Skip to content

build(deps): bump puppeteer from 13.7.0 to 22.11.1 #61

build(deps): bump puppeteer from 13.7.0 to 22.11.1

build(deps): bump puppeteer from 13.7.0 to 22.11.1 #61

Workflow file for this run

name: "Test"
on:
push:
branches:
- "main"
- "v*"
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
with:
cache: npm
node-version: 12.x
- run: npm ci
- run: npm test