Skip to content

Bump @types/node from 16.18.97 to 22.7.4 #1534

Bump @types/node from 16.18.97 to 22.7.4

Bump @types/node from 16.18.97 to 22.7.4 #1534

Workflow file for this run

name: Cypress e2e tests
on:
push:
schedule:
- cron: '0 * * * *'
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v5
- uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots
- uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-videos
path: cypress/videos