Skip to content

Bump micromatch from 4.0.5 to 4.0.8 #170

Bump micromatch from 4.0.5 to 4.0.8

Bump micromatch from 4.0.5 to 4.0.8 #170

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: "Test code"
runs-on: ubuntu-latest
steps:
- name: "Set up Node.js"
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: "Checkout repo"
uses: actions/checkout@v2
- name: "Install dependencies"
run: "npm ci"
- name: "Test code"
run: "npm test"