Skip to content

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#710) #4078

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#710)

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#710) #4078

Workflow file for this run

name: Node.js Docs CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
registry.npmjs.org:443
nodejs.org:443
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Build docs
run: npm run docs
- name: Ensure there are no changes in docs
run: git diff --exit-code docs/