Skip to content

chore(deps): bump minimatch from 5.1.6 to 5.1.9 #1182

chore(deps): bump minimatch from 5.1.6 to 5.1.9

chore(deps): bump minimatch from 5.1.6 to 5.1.9 #1182

Workflow file for this run

on: [pull_request]
name: Lint and Build
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '24'
cache: 'npm'
- run: npm ci
- run: npx nuxt prepare
- run: npm run lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '24'
cache: 'npm'
- run: npm ci
- run: npm run build