mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Update debian to fix CI while updating Node (#37841)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37841 **Changelog:** [General] [Fixed] - Update debian version Reviewed By: cortinico Differential Revision: D46673999 fbshipit-source-id: 3d3dc4da201d77e10950507ccd61796c10674dbf
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ca65d97d60
commit
b40bc79f40
@@ -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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user