Skip to content

Bump minimatch from 3.0.4 to 3.1.5 #45

Bump minimatch from 3.0.4 to 3.1.5

Bump minimatch from 3.0.4 to 3.1.5 #45

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
- release/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: npm install
- run: npm run build --if-present
- run: npm test