Skip to content

chore(deps-dev): bump markdown-link-check from 3.12.1 to 3.12.2 (#207) #266

chore(deps-dev): bump markdown-link-check from 3.12.1 to 3.12.2 (#207)

chore(deps-dev): bump markdown-link-check from 3.12.1 to 3.12.2 (#207) #266

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '16', '18' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test