Skip to content

Bump cypress from 9.7.0 to 13.13.0 #2448

Bump cypress from 9.7.0 to 13.13.0

Bump cypress from 9.7.0 to 13.13.0 #2448

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn e2e
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}