Skip to content

build(deps): bump marked from 12.0.1 to 13.0.3 #54

build(deps): bump marked from 12.0.1 to 13.0.3

build(deps): bump marked from 12.0.1 to 13.0.3 #54

Workflow file for this run

name: Test library
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18
- 20
- 21
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 test