Skip to content

Merge pull request #11 from offen/dependabot/npm_and_yarn/minimatch-3… #114

Merge pull request #11 from offen/dependabot/npm_and_yarn/minimatch-3…

Merge pull request #11 from offen/dependabot/npm_and_yarn/minimatch-3… #114

Workflow file for this run

name: Run tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm t