Skip to content

build(deps): bump micromatch from 4.0.5 to 4.0.8 #47

build(deps): bump micromatch from 4.0.5 to 4.0.8

build(deps): bump micromatch from 4.0.5 to 4.0.8 #47

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
- develop
paths-ignore:
- '**.md'
pull_request:
jobs:
lint-and-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Lint
run: yarn run lint
- name: Build
run: yarn run build