Skip to content

chore(deps): update dependency @stylistic/eslint-plugin-js to version… #619

chore(deps): update dependency @stylistic/eslint-plugin-js to version…

chore(deps): update dependency @stylistic/eslint-plugin-js to version… #619

Workflow file for this run

name: Chrome Docker
on: [push, workflow_dispatch]
jobs:
# run Chrome inside a Docker container
chrome:
runs-on: ubuntu-22.04
# https://github.com/cypress-io/cypress-docker-images
container: cypress/browsers:node-20.14.0-chrome-126.0.6478.114-1-ff-127.0.1-edge-126.0.2592.61-1
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