Skip to content

Commit

Permalink
Update debian to fix CI while updating Node (#37841)
Browse files Browse the repository at this point in the history
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: 8a51c12e5edbb5bd2c5a4f9357ad35cc9036dfb4
  • Loading branch information
arushikesarwani94 authored and facebook-github-bot committed Jun 13, 2023
1 parent 922681f commit b76e07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ jobs:
# -------------------------
prepare_hermes_workspace:
docker:
- image: debian:11
- image: debian:11.7
environment:
- HERMES_WS_DIR: *hermes_workspace_root
- HERMES_VERSION_FILE: "packages/react-native/sdks/.hermesversion"
Expand Down

0 comments on commit b76e07e

Please sign in to comment.