Skip to content

chore(deps): bump puppeteer from 22.2.0 to 22.3.0 #2309

chore(deps): bump puppeteer from 22.2.0 to 22.3.0

chore(deps): bump puppeteer from 22.2.0 to 22.3.0 #2309

Workflow file for this run

name: Specberus tests
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request_target:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- name: Checkout
if: ${{ github.event_name != 'pull_request_target' }}
uses: actions/checkout@v4
- name: Checkout PR
if: ${{ github.event_name == 'pull_request_target' }}
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run coverage