Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group #35

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group #35

Workflow file for this run

name: Unit Tests
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: yarn test