Skip to content

Build(deps): Bump micromatch from 4.0.5 to 4.0.8 #27

Build(deps): Bump micromatch from 4.0.5 to 4.0.8

Build(deps): Bump micromatch from 4.0.5 to 4.0.8 #27

Workflow file for this run

# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Node.js
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- name: Install Debian packages
run: sudo apt-get install -y libxml2-utils xsltproc
- uses: actions/checkout@v3
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test