Skip to content

ci: add Node.js setup for redocly CLI compatibility - #20

Merged
ajroetker merged 1 commit into
antflydb:mainfrom
dovinmu:fix/ci-node-version
Jan 19, 2026
Merged

ci: add Node.js setup for redocly CLI compatibility#20
ajroetker merged 1 commit into
antflydb:mainfrom
dovinmu:fix/ci-node-version

Conversation

@dovinmu

@dovinmu dovinmu commented Jan 19, 2026

Copy link
Copy Markdown
Contributor

from an investigation into why #19 was failing CI


Summary

  • Add setup-node@v4 with Node.js 22 to the CI workflow
  • @redocly/cli@latest (v2.14.5) now requires Node.js >=20.19.0
  • CI runners default to Node 18, causing the pure-go test matrix to fail during make test -> build-docs

Test plan

  • CI passes on this PR

The @redocly/cli@latest now requires Node.js >=20.19.0, but CI
runners have Node 18 by default. This causes the pure-go test
matrix to fail during `make test` -> `build-docs`.
@ajroetker
ajroetker merged commit 3100b5e into antflydb:main Jan 19, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants