Skip to content

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

build(deps): bump micromatch from 4.0.5 to 4.0.8

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

Workflow file for this run

name: Test Build
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
name: Test Build
timeout-minutes: 30
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
registry-url: 'https://registry.npmjs.org/'
- name: Installation using npm ci
run: npm ci
- name: Test Build
run: npm run build --if-present