Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Bump express from 4.18.2 to 4.19.2 #17

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #17

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