Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

⬆️ Bump puppeteer from 22.10.1 to 22.11.0 #267

⬆️ Bump puppeteer from 22.10.1 to 22.11.0

⬆️ Bump puppeteer from 22.10.1 to 22.11.0 #267

Workflow file for this run

name: Checks
on:
pull_request:
types: [opened, reopened, synchronize, edited]
branches-ignore:
- 'nobuild**'
push:
branches:
- main
tags:
- 'v*.*.*'
jobs:
UnitTests:
name: 'Tests and Builds'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- name: Install
run: |
npm ci
- name: Build Succeeds
run: |
npm run build
- name: Format Check
run: |
npm run lint