Skip to content

Bump minimatch from 3.1.2 to 10.2.2 in the npm_and_yarn group across 1 directory #24

Bump minimatch from 3.1.2 to 10.2.2 in the npm_and_yarn group across 1 directory

Bump minimatch from 3.1.2 to 10.2.2 in the npm_and_yarn group across 1 directory #24

Workflow file for this run

name: Test (pnpm)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Run tests
run: pnpm test