Skip to content

Bump micromatch from 4.0.5 to 4.0.8 #21

Bump micromatch from 4.0.5 to 4.0.8

Bump micromatch from 4.0.5 to 4.0.8 #21

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