Skip to content

chore(deps): bump express from 4.17.1 to 4.19.2 in /functions #340

chore(deps): bump express from 4.17.1 to 4.19.2 in /functions

chore(deps): bump express from 4.17.1 to 4.19.2 in /functions #340

Workflow file for this run

name: Node CI
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.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