Skip to content

Commit

Permalink
Update debian to fix CI while updating Node (facebook#37841)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#37841

**Changelog:**
[General] [Fixed] - Update debian version

Reviewed By: cortinico

Differential Revision: D46673999

fbshipit-source-id: 18d77ff6526d9da8ce0aa2337de08dc714c7eb87
  • Loading branch information
arushikesarwani94 authored and facebook-github-bot committed Jun 15, 2023
1 parent 8b1bf05 commit 642cbe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ references:
# -------------------------
dependency_versions:
xcode_version: &xcode_version "14.3.0"
nodelts_image: &nodelts_image "cimg/node:18.12.1"
nodeprevlts_image: &nodeprevlts_image "cimg/node:16.18.1"
nodelts_image: &nodelts_image "cimg/node:20.2.0"
nodeprevlts_image: &nodeprevlts_image "cimg/node:18.12.1"

# -------------------------
# Cache Key Anchors
Expand Down Expand Up @@ -1128,7 +1128,7 @@ jobs:
# -------------------------
prepare_hermes_workspace:
docker:
- image: debian:11
- image: debian:bullseye
environment:
- HERMES_WS_DIR: *hermes_workspace_root
- HERMES_VERSION_FILE: "packages/react-native/sdks/.hermesversion"
Expand Down

0 comments on commit 642cbe5

Please sign in to comment.