You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes
This PR updates the docusaurus plumbing so that CI/CD works with JFrog.
The yarn config/setup has also been updated to ensure that the developer
environment matches CI/CD.
Incidental changes:
- Now building with Node 25 instead of 20.
- Sparse checkouts, and only the current version of the repo instead of
the complete history.
### Relevant implementation details
For some reason I had to pin the version of `webpack` to get the build
to succeed: newer versions aren't compatible with the version of
`docusaurus` that we are using.
### Caveats/things to watch out for when reviewing:
- This PR is only about the documentation workflows; the others are
still failing and out of scope for this PR.
### Linked issues
Replaces #2381 (bun is incompatible with JFrog)
### Tests
- manually tested
- CI/CD automation
0 commit comments