Skip to content

Bump puppeteer from 21.7.0 to 22.12.1 #1171

Bump puppeteer from 21.7.0 to 22.12.1

Bump puppeteer from 21.7.0 to 22.12.1 #1171

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@master
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run test
env:
CI: true