Skip to content

Reverted: firebase initialisation since it's been intitalised from app (bopis-274) #392

Reverted: firebase initialisation since it's been intitalised from app (bopis-274)

Reverted: firebase initialisation since it's been intitalised from app (bopis-274) #392

Workflow file for this run

name: Verify build
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build