Skip to content

build(deps): bump express from 4.18.1 to 4.18.3 in /functions #381

build(deps): bump express from 4.18.1 to 4.18.3 in /functions

build(deps): bump express from 4.18.1 to 4.18.3 in /functions #381

Workflow file for this run

name: Deploy Preview
on: pull_request
jobs:
build_and_preview:
# To skip the workflow
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Create temp serviceAccount.json
run: echo "{}" > serviceAccount.json
- run: npm ci
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
# See docs/tutorials/04-deploy.md for configuring these
projectId: devfestahm-master
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEVFESTAHM_MASTER }}'