Skip to content

Bump nanoid from 3.3.4 to 3.3.8 #145

Bump nanoid from 3.3.4 to 3.3.8

Bump nanoid from 3.3.4 to 3.3.8 #145

Workflow file for this run

name: Cypress
on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cypress-io/github-action@v5
with:
record: true
browser: chrome
headless: true
start: yarn start
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}