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

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

Reviewed By: cortinico

Differential Revision: D46673999

fbshipit-source-id: 234145652153545eef4e62445527fe27f1d0a9a6
  • Loading branch information
arushikesarwani94 authored and facebook-github-bot committed Jun 15, 2023
1 parent 2ae163a commit 926ecb9
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 926ecb9

Please sign in to comment.