Skip to content

Bump @types/node from 18.6.1 to 20.11.21 #565

Bump @types/node from 18.6.1 to 20.11.21

Bump @types/node from 18.6.1 to 20.11.21 #565

Workflow file for this run

name: Cypress Tests
on:
pull_request:
branches:
- main
jobs:
cypress-run:
name: Cypress run
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup code
run: yarn
- name: Cypress run
uses: cypress-io/github-action@v2
with:
spec: cypress/integration/**/*
build: yarn build
start: yarn start