Skip to content

Bump puppeteer from 24.32.0 to 24.33.1 #332

Bump puppeteer from 24.32.0 to 24.33.1

Bump puppeteer from 24.32.0 to 24.33.1 #332

Workflow file for this run

name: CI Test
on: [push, pull_request]
jobs:
ci-test:
runs-on: ubuntu-latest
env:
KORAP_URL: https://korap.ids-mannheim.de/
KORAP_LOGIN: ""
KORAP_QUERIES: 'geht, [orth=geht & tt/pos=VVFIN]'
KORAP_MIN_TOKENS_IN_CORPUS: "22000000000"
steps:
- name: Checkout KorAP-E2E-Tests
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version: latest
- name: Install dependencies
run: npm ci
- name: Setup cache for Chromium binary
uses: actions/cache@v3
with:
path: ~/.cache/puppeteer/chrome
key: ubuntu-latest-chromium-${{ hashFiles('packages/puppeteer-core/src/revisions.ts') }}
- name: Test end-to-end tests
run: npm test