Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

fix(core): added micromatch and braces resolutions to common package json #179

fix(core): added micromatch and braces resolutions to common package json

fix(core): added micromatch and braces resolutions to common package json #179

Workflow file for this run

on:
pull_request:
branches:
- master
jobs:
unit-tests:
runs-on: ubuntu-latest
name: 🧪 Run unit tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
# TODO: Uncomment after moving to Yarn 2, Yarn 1 does not cache deps
# correctly, resulting in failing GH Action due to dep management
# - run: yarn install
# - run: yarn test:ci