Skip to content

chore(deps): bump @typescript-eslint/parser from 6.11.0 to 6.13.1 #2285

chore(deps): bump @typescript-eslint/parser from 6.11.0 to 6.13.1

chore(deps): bump @typescript-eslint/parser from 6.11.0 to 6.13.1 #2285

Workflow file for this run

name: Cypress Tests
on:
workflow_dispatch:
push:
jobs:
cypress-run:
runs-on: ubuntu-latest
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:
headless: true
build: yarn build
start: yarn start