From 174e641c1e74a16c64fd88b5599a6341ff6e02ac Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 8 Mar 2023 10:17:54 -0800 Subject: [PATCH] Use Node 16 for RN example (#4584) Summary: Per title. Pull Request resolved: https://github.com/facebook/flipper/pull/4584 Reviewed By: lblasa Differential Revision: D43904047 Pulled By: passy fbshipit-source-id: 763bce56f3e8298e2f91632c99e7dd6ae1465c87 --- .github/workflows/react-native-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-native-example.yml b/.github/workflows/react-native-example.yml index 03ab0071f..7c33dd719 100644 --- a/.github/workflows/react-native-example.yml +++ b/.github/workflows/react-native-example.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2.1.5 with: - node-version: 14.x + node-version: 16.x - uses: maxim-lobanov/setup-cocoapods@v1 with: # Path to Podfile.lock file to determine Cocoapods version