Skip to content

chore(deps-dev): bump minimatch from 3.1.3 to 3.1.5 #1118

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

chore(deps-dev): bump minimatch from 3.1.3 to 3.1.5 #1118

Workflow file for this run

name: workflow
on: [push, pull_request]
permissions:
contents: read
jobs:
job:
runs-on: ubuntu-latest
container: node:20
steps:
- name: Harden Runner
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Prepare
run: npm ci
- name: Build
run: npm run build