Skip to content

Bump firebase-functions from 3.16.0 to 4.6.0 in /functions #257

Bump firebase-functions from 3.16.0 to 4.6.0 in /functions

Bump firebase-functions from 3.16.0 to 4.6.0 in /functions #257

Workflow file for this run

name: Node CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@main
- name: Setup Node.js 14
uses: actions/setup-node@main
with:
node-version: v14.x
- name: Install Dependencies
run: |
cd functions/
sudo npm i -g npm
npm ci
npm run lint
env:
CI: true