Skip to content

fix(deps): update dependency @snyk/protect to v1.1233.0 #1121

fix(deps): update dependency @snyk/protect to v1.1233.0

fix(deps): update dependency @snyk/protect to v1.1233.0 #1121

Workflow file for this run

name: Cypress Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test on Node
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version-file: '.nvmrc'
- name: Cypress run
uses: cypress-io/github-action@v4
with:
build: yarn build
start: yarn start
wait-on: 'http://localhost:8000'