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 5.2.2 to 5.2.3 in the minor-and-patch group #70

chore(deps): bump js-yaml from 5.2.2 to 5.2.3 in the minor-and-patch group

chore(deps): bump js-yaml from 5.2.2 to 5.2.3 in the minor-and-patch group #70

Workflow file for this run

name: CI
on:
push:
branches:
- master
- '4.8'
- '4.7'
tags:
- '**'
pull_request:
branches:
- master
jobs:
docs-build:
name: Build documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: '22'
- name: Install dependencies
run: npm install
- name: Build documentation
run: npm run antora