Skip to content

npm: bump puppeteer from 13.7.0 to 21.0.1 #122

npm: bump puppeteer from 13.7.0 to 21.0.1

npm: bump puppeteer from 13.7.0 to 21.0.1 #122

Workflow file for this run

name: License Check
on:
pull_request:
push:
branches:
- master
- main
jobs:
license-check:
name: "License Check"
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v2
- name: Check License
uses: apache/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}