Skip to content

chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 (#51) #53

chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 (#51)

chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 (#51) #53

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-and-test:
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
- run: npm test