Skip to content

feat: upgrade firebase-functions from 3.16.0 to 4.9.0 #1709

feat: upgrade firebase-functions from 3.16.0 to 4.9.0

feat: upgrade firebase-functions from 3.16.0 to 4.9.0 #1709

Workflow file for this run

name: Node CI
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@main
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@main
with:
node-version: ${{ matrix.node-version }}
- name: Lint
run: |
cd functions/
npm i
npm run lint
env:
CI: true