Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in /website-v2 #150

Bump micromatch from 4.0.5 to 4.0.8 in /website-v2

Bump micromatch from 4.0.5 to 4.0.8 in /website-v2 #150

Workflow file for this run

name: validate-pr
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '18.16.1'
- name: Build documentation
run: |
cd website-v2
npm install
npm run build