Skip to content

Bump minimatch from 3.1.2 to 3.1.5 #1306

Bump minimatch from 3.1.2 to 3.1.5

Bump minimatch from 3.1.2 to 3.1.5 #1306

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
lint_unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: |
npm install
- run: |
npm run all