Skip to content

fix(deps): bump firebase from 10.14.0 to 11.0.1 #24

fix(deps): bump firebase from 10.14.0 to 11.0.1

fix(deps): bump firebase from 10.14.0 to 11.0.1 #24

Workflow file for this run

name: test
on:
pull_request:
jobs:
test:
if:
"${{ github.event.pull_request.head.repo.full_name == github.repository }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
- run: yarn
- run: yarn build