Skip to content

Commit 4bacc94

Browse files
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: D46673999 fbshipit-source-id: 988262f00106d820acb2bd6e273986e752c7b462
1 parent 922681f commit 4bacc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ jobs:
11321132
# -------------------------
11331133
prepare_hermes_workspace:
11341134
docker:
1135-
- image: debian:11
1135+
- image: debian:11.7
11361136
environment:
11371137
- HERMES_WS_DIR: *hermes_workspace_root
11381138
- HERMES_VERSION_FILE: "packages/react-native/sdks/.hermesversion"

0 commit comments

Comments
 (0)