Skip to content

Firebase sdk implementation and initialisation #54

Firebase sdk implementation and initialisation

Firebase sdk implementation and initialisation #54

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
permissions:
actions: read
contents: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn # Enables caching for Yarn dependencies
- run: yarn install --frozen-lockfile
- run: npx nx run-many --all -t lint test build