Skip to content

build(deps): bump micromatch from 4.0.4 to 4.0.8 #13

build(deps): bump micromatch from 4.0.4 to 4.0.8

build(deps): bump micromatch from 4.0.4 to 4.0.8 #13

Workflow file for this run

name: Test & Lint
on: pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install Node.js dependencies
run: npm ci
- name: Run Lint
run: npm run lint
- name: Run Tests
run: npm run test