Skip to content

Bump minimatch from 10.0.1 to 10.0.3 #414

Bump minimatch from 10.0.1 to 10.0.3

Bump minimatch from 10.0.1 to 10.0.3 #414

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: '20'
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test
env:
CI: true