Commit b76e07e
Update debian to fix CI while updating Node (#37841)
Summary:
Pull Request resolved: #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: D46673999
fbshipit-source-id: 8a51c12e5edbb5bd2c5a4f9357ad35cc9036dfb41 parent 922681f commit b76e07e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1132 | 1132 | | |
1133 | 1133 | | |
1134 | 1134 | | |
1135 | | - | |
| 1135 | + | |
1136 | 1136 | | |
1137 | 1137 | | |
1138 | 1138 | | |
| |||
0 commit comments