Skip to content

chore(deps): bump firebase from 10.13.0 to 11.0.1 #455

chore(deps): bump firebase from 10.13.0 to 11.0.1

chore(deps): bump firebase from 10.13.0 to 11.0.1 #455

Workflow file for this run

name: 'Jest'
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
jest-tests:
runs-on: ubuntu-latest
name: Unit Tests
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- run: yarn install
- run: yarn test:ci