Skip to content

chore(deps): update to 🌟 #725

chore(deps): update to 🌟

chore(deps): update to 🌟 #725

Workflow file for this run

name: Chrome Docker
on: [push, workflow_dispatch]
jobs:
# run Chrome inside a Docker container
chrome:
runs-on: ubuntu-24.04
# https://github.com/cypress-io/cypress-docker-images
container: cypress/browsers:22.15.0
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Chrome
uses: cypress-io/github-action@v6
timeout-minutes: 10
with:
build: npm run build
start: npm start
browser: chrome