Skip to content

chore: Bump micromatch from 4.0.5 to 4.0.8 (#254) #662

chore: Bump micromatch from 4.0.5 to 4.0.8 (#254)

chore: Bump micromatch from 4.0.5 to 4.0.8 (#254) #662

Workflow file for this run

name: ci
on:
pull_request:
branches:
- 2.x
push:
branches:
- 2.x
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run dev:prepare
- run: npm run test