Skip to content

[Snyk] Upgrade puppeteer from 5.2.1 to 5.5.0 #2

[Snyk] Upgrade puppeteer from 5.2.1 to 5.5.0

[Snyk] Upgrade puppeteer from 5.2.1 to 5.5.0 #2

name: GitHub Actions
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
if: github.repository == 'ampproject/amphtml'
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout Repo
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Dependencies
run: bash ./.github/workflows/install_dependencies.sh
- name: Build and Test
run: node build-system/pr-check/cross-browser-tests.js