Skip to content

chore(deps): bump micromatch from 4.0.7 to 4.0.8 #54

chore(deps): bump micromatch from 4.0.7 to 4.0.8

chore(deps): bump micromatch from 4.0.7 to 4.0.8 #54

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ 'master' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Install deps (with cache)
uses: bahmutov/npm-install@v1
with:
install-command: yarn --frozen-lockfile --no-progress --ignore-scripts
- name: Build
run: yarn build