Skip to content

chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 #146

chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5

chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 #146

Workflow file for this run

name: Conformance
on: [push, pull_request]
# 🔐 Restrict GITHUB_TOKEN permissions (least privilege)
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: '20' }
- run: npm ci
- run: npm run test
- uses: actions/upload-artifact@v4
with:
name: conformance-json
path: docs/conformance.json