Skip to content

Bump micromatch from 4.0.5 to 4.0.8 #85

Bump micromatch from 4.0.5 to 4.0.8

Bump micromatch from 4.0.5 to 4.0.8 #85

Workflow file for this run

name: Test
on:
pull_request:
jobs:
CI:
name: TEST
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@main
- name: Set up Node.js
uses: actions/setup-node@main
with:
node-version: 20
- run: npm install
- run: npm test