Skip to content

📖 Update dependency versions in the next/v0.16 version of the docs #354

📖 Update dependency versions in the next/v0.16 version of the docs

📖 Update dependency versions in the next/v0.16 version of the docs #354

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, edited, synchronize, reopened, labeled, unlabeled]
branches:
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 23.6.0
- name: Install Antora with the Antora Lunr Extension
run: make ci