Skip to content

Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.10.0 #1480

Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.10.0

Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.10.0 #1480

Workflow file for this run

name: Cypress
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
cypress-run:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
id: nvm
- name: Use Node.js
uses: actions/setup-node@v4.0.2
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'
- run: yarn
- uses: cypress-io/github-action@v6
with:
install: false
command: yarn test:cypress