Skip to content

build(deps-dev): bump eslint from 9.7.0 to 9.12.0 #334

build(deps-dev): bump eslint from 9.7.0 to 9.12.0

build(deps-dev): bump eslint from 9.7.0 to 9.12.0 #334

Workflow file for this run

name: Cypress Tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
component: true
install-command: npm ci --legacy-peer-deps # Remove this flag once eslint flat config is no longer breaking peer dependencies
build: npm run build
start: npm run dev