Skip to content

chore: bump minimatch from 3.1.2 to 3.1.5 #1820

chore: bump minimatch from 3.1.2 to 3.1.5

chore: bump minimatch from 3.1.2 to 3.1.5 #1820

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci --no-audit
- run: npm test
- run: npm run coverage
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}