Skip to content

Update dependency firebase-tools to v13.30.0 #414

Update dependency firebase-tools to v13.30.0

Update dependency firebase-tools to v13.30.0 #414

Workflow file for this run

name: main
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Bootstrap
run: npm ci
- name: Prepare
run: npx playwright install --with-deps
- name: Test
run: npm test
- name: Build
run: npm run build