Skip to content

Bump minimatch from 3.1.2 to 9.0.3 #73

Bump minimatch from 3.1.2 to 9.0.3

Bump minimatch from 3.1.2 to 9.0.3 #73

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: yarn
node-version-file: '.nvmrc'
- run: yarn install
- run: yarn build
- run: yarn test