Skip to content

build(deps): bump minimatch from 3.0.4 to 3.1.2 #71

build(deps): bump minimatch from 3.0.4 to 3.1.2

build(deps): bump minimatch from 3.0.4 to 3.1.2 #71

Workflow file for this run

on: ["push", "pull_request"]
name: Test Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: 10.x
- name: npm install
run: npm install --registry=https://registry.npmjs.org
- name: Run tests
run: npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}