Skip to content
This repository was archived by the owner on Aug 19, 2026. It is now read-only.

chore(deps): bump js-yaml from 4.1.1 to 4.2.0 in the minor-and-patch group across 1 directory #19

chore(deps): bump js-yaml from 4.1.1 to 4.2.0 in the minor-and-patch group across 1 directory

chore(deps): bump js-yaml from 4.1.1 to 4.2.0 in the minor-and-patch group across 1 directory #19

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags:
- '**'
pull_request:
branches:
- master
jobs:
docs-build:
name: Build documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '22'
- name: Install dependencies
run: npm install
- name: Build documentation
run: npm run antora