Skip to content

build(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group across 1 directory #8

build(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group across 1 directory

build(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group across 1 directory #8

Workflow file for this run

on: ["pull_request"]
name: Build and Test PR
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm 📦
- uses: actions/setup-node@v4
with:
node-version: latest
cache: pnpm
- name: Install dependencies 📦
run: pnpm install
- name: Lint 🧹
run: pnpm run lint
- name: Build 🔧
run: pnpm run build
- name: Test 🧪
run: pnpm run test:ci