Skip to content

build(deps-dev): bump remark-preset-ybiquitous from 0.4.0 to 0.4.1 #2506

build(deps-dev): bump remark-preset-ybiquitous from 0.4.0 to 0.4.1

build(deps-dev): bump remark-preset-ybiquitous from 0.4.0 to 0.4.1 #2506

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
jobs:
test:
strategy:
fail-fast: false
matrix:
node-version: ["16", "18", "20"]
uses: ybiquitous/.github/.github/workflows/nodejs-test-reusable.yml@main
with:
node-version: ${{ matrix.node-version }}
lint:
uses: ybiquitous/.github/.github/workflows/nodejs-lint-reusable.yml@main