Skip to content

Bump express from 4.17.1 to 4.19.2 #19

Bump express from 4.17.1 to 4.19.2

Bump express from 4.17.1 to 4.19.2 #19

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install -f
- name: Build
run: npm run build