Skip to content

Bump micromatch from 4.0.7 to 4.0.8 #100

Bump micromatch from 4.0.7 to 4.0.8

Bump micromatch from 4.0.7 to 4.0.8 #100

Workflow file for this run

name: Build
on: push
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 18
- name: install dependencies
run: npm install
- name: build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run make