Skip to content

build(deps): bump @babel/plugin-transform-private-property-in-object from 7.24.5 to 7.24.6 #2884

build(deps): bump @babel/plugin-transform-private-property-in-object from 7.24.5 to 7.24.6

build(deps): bump @babel/plugin-transform-private-property-in-object from 7.24.5 to 7.24.6 #2884

Workflow file for this run

name: Cypress Tests (PR)
on:
pull_request:
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@a5ac7e51b41094c92402da3b24376905380afc29
with:
ref: main
persist-credentials: false
- name: Use Node.js LTS version
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: lts/Hydrogen
- name: Install Dependencies
run: npm ci
- name: Cypress run component testing
uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a
with:
command-prefix: "--"
install: false
component: true
browser: chrome