Skip to content

build(deps-dev): bump happy-dom from 15.7.4 to 15.10.1 #442

build(deps-dev): bump happy-dom from 15.7.4 to 15.10.1

build(deps-dev): bump happy-dom from 15.7.4 to 15.10.1 #442

Workflow file for this run

name: Cypress
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: cypress/browsers:node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1
options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- run: yarn cypress info
- run: node --version
- run: node -p 'os.cpus()'
- run: yarn cy:test