|
Ran
|
Files
137
|
Run time
4s
|
Badge
README BADGES
|
push
github
Fix docs CI: upgrade to Node 24 for yarn install compatibility (#822) Summary: Pull Request resolved: https://github.com/meta-pytorch/opacus/pull/822 **Context:** GitHub issue https://github.com/meta-pytorch/opacus/issues/818 reports that the documentation build fails during `yarn install` due to a Node.js version incompatibility. **Motivation:** The `babel/helper-compilation-targets` package (resolved to `8.0.0-rc.5` via the `^8.0.0-alpha.14` range in `website/package.json`) now requires `node ^22.18.0 || >=24.11.0`. The CI workflows had no explicit `setup-node` step, so they ran on the runner's default Node 20, which does not satisfy this constraint. GitHub is deprecating Node 20 actions starting June 2nd, 2026, and will remove Node 20 entirely on September 16th, 2026. **This diff:** - Add `actions/setup-node@v5` with `node-version: '24'` to both `deploy.yml` and `test-deploy.yml` - Upgrade `actions/checkout` from `v3` to `v5` in both workflows - Upgrade `peaceiris/actions-gh-pages` from `v3` to `v4` in `deploy.yml` Reviewed By: iden-kalemaj Differential Revision: D105839114 fbshipit-source-id: f65f85405
6365 of 8011 relevant lines covered (79.45%)
0.79 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|