Skip to content

[Snyk] Upgrade @szhsin/react-menu from 2.3.2 to 2.3.4 #109

[Snyk] Upgrade @szhsin/react-menu from 2.3.2 to 2.3.4

[Snyk] Upgrade @szhsin/react-menu from 2.3.2 to 2.3.4 #109

Workflow file for this run

name: Cypress
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
cypress-run:
name: Cypress
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: yarn build
start: yarn start