Skip to content

Bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group across 1 directory #12

Bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group across 1 directory

Bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group across 1 directory #12

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: corepack enable
- run: yarn config set enableImmutableInstalls false
- run: yarn
- run: yarn build
- run: yarn lint