Skip to content

Bump serve-static and express #22

Bump serve-static and express

Bump serve-static and express #22

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