Skip to content

Bump linkify-it from 5.0.1 to 5.0.2 #7

Bump linkify-it from 5.0.1 to 5.0.2

Bump linkify-it from 5.0.1 to 5.0.2 #7

Workflow file for this run

name: CI
on:
push:
branches: [gh-pages]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm test