Skip to content

Commit 64499e4

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: https://internalfb.com/D46673999 fbshipit-source-id: 01bc0baf6b0019e67df77e0b2fe47ffaf187c717
1 parent 2ae163a commit 64499e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ references:
4747
# -------------------------
4848
dependency_versions:
4949
xcode_version: &xcode_version "14.3.0"
50-
nodelts_image: &nodelts_image "cimg/node:18.12.1"
51-
nodeprevlts_image: &nodeprevlts_image "cimg/node:16.18.1"
50+
nodelts_image: &nodelts_image "cimg/node:20.2.0"
51+
nodeprevlts_image: &nodeprevlts_image "cimg/node:18.12.1"
5252

5353
# -------------------------
5454
# Cache Key Anchors
@@ -1128,7 +1128,7 @@ jobs:
11281128
# -------------------------
11291129
prepare_hermes_workspace:
11301130
docker:
1131-
- image: debian:11
1131+
- image: debian:bullseye
11321132
environment:
11331133
- HERMES_WS_DIR: *hermes_workspace_root
11341134
- HERMES_VERSION_FILE: "packages/react-native/sdks/.hermesversion"

0 commit comments

Comments
 (0)