Skip to content

Bump express from 4.17.1 to 4.19.2 in /functions #716

Bump express from 4.17.1 to 4.19.2 in /functions

Bump express from 4.17.1 to 4.19.2 in /functions #716

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