Skip to content

[Snyk] Security upgrade puppeteer from 13.7.0 to 22.6.4 #45

[Snyk] Security upgrade puppeteer from 13.7.0 to 22.6.4

[Snyk] Security upgrade puppeteer from 13.7.0 to 22.6.4 #45

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 17.x]
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
env:
CI: true