Skip to content

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #368

chore(deps): bump micromatch from 4.0.5 to 4.0.8

chore(deps): bump micromatch from 4.0.5 to 4.0.8 #368

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [18.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Yarn install
run: yarn install
- name: Build, lint, test and package
uses: GabrielBB/xvfb-action@v1
with:
run: node make.js allDev