Skip to content

feat(deps): bump jw-epub-parser from 3.22.0 to 3.23.1 #3794

feat(deps): bump jw-epub-parser from 3.22.0 to 3.23.1

feat(deps): bump jw-epub-parser from 3.22.0 to 3.23.1 #3794

Workflow file for this run

name: Cypress Tests (PR)
on:
pull_request:
branches: [cpe-archive]
permissions: read-all
jobs:
cypress-run:
name: Test application
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Checkout for testing
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
persist-credentials: false
- name: Use Node.js LTS version
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
with:
node-version: lts/Hydrogen
- name: Install Dependencies
run: npm ci
- name: Cypress run component testing
uses: cypress-io/github-action@df7484c5ba85def7eef30db301afa688187bc378
with:
command-prefix: "--"
install: false
component: true
browser: chrome