Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in /website #535

Bump micromatch from 4.0.5 to 4.0.8 in /website

Bump micromatch from 4.0.5 to 4.0.8 in /website #535

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'
- run: pnpm install --frozen-lockfile
- run: npm test