Skip to content

Bump express from 4.18.2 to 4.19.2 #18

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #18

Workflow file for this run

name: NPM security
on:
push:
branches:
- master
pull_request:
jobs:
npm-security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
- name: Run NPM security
run: npm run test-npm-security