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
Update debian to fix CI while updating Node (facebook#37841)
Summary:
Pull Request resolved: facebook#37841
While bumping node from 16 to 18 in D46583997, Circle CI was failing since it expects version ">=18" but got "16.20.0".
The job is using a standard `debian:11` container without setting up Node explicitly - so it’s using whatever is built in to that image.
Hence replacing `debian:11` with a later version.
**Changelog:**
[General] [Fixed] - Update debian version
Differential Revision: https://internalfb.com/D46673999
fbshipit-source-id: ae071d5eb975870b2d0975b55e2059abd56ad5b2
0 commit comments