Skip to content

build(deps): bump firebase from 10.12.3 to 10.14.1 #338

build(deps): bump firebase from 10.12.3 to 10.14.1

build(deps): bump firebase from 10.12.3 to 10.14.1 #338

Workflow file for this run

name: Cypress Tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
component: true
install-command: npm ci --legacy-peer-deps # Remove this flag once eslint flat config is no longer breaking peer dependencies
build: npm run build
start: npm run dev