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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
11115501a2
commit
174e641c1e
2
.github/workflows/react-native-example.yml
vendored
2
.github/workflows/react-native-example.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2.1.5
|
- uses: actions/setup-node@v2.1.5
|
||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 16.x
|
||||||
- uses: maxim-lobanov/setup-cocoapods@v1
|
- uses: maxim-lobanov/setup-cocoapods@v1
|
||||||
with:
|
with:
|
||||||
# Path to Podfile.lock file to determine Cocoapods version
|
# Path to Podfile.lock file to determine Cocoapods version
|
||||||
|
|||||||
Reference in New Issue
Block a user