Skip to content

chore(deps-dev): bump firebase-tools from 13.20.2 to 13.23.0 #23

chore(deps-dev): bump firebase-tools from 13.20.2 to 13.23.0

chore(deps-dev): bump firebase-tools from 13.20.2 to 13.23.0 #23

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