Skip to content

build(deps-dev): bump @redocly/cli from 2.0.8 to 2.25.1 #558

build(deps-dev): bump @redocly/cli from 2.0.8 to 2.25.1

build(deps-dev): bump @redocly/cli from 2.0.8 to 2.25.1 #558

Workflow file for this run

name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 24.x
cache: pnpm
- name: Install
run: pnpm install --frozen-lockfile
- name: Lint spec
run: pnpm test
- name: Build
run: pnpm build
- name: Smoke test
run: node smoke.js