From b421d8ac56757cc1dfe9026d19efff6012999d42 Mon Sep 17 00:00:00 2001 From: intent-kacper-cyranowski Date: Thu, 13 Jun 2024 21:13:29 +0200 Subject: [PATCH] chore: bump node version in actions to 18 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9702f162..05dd0273 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,8 +55,8 @@ jobs: configurations: [ { react_native_version: '0.72.6', node_version: 18 }, - { react_native_version: '0.71.14', node_version: 16 }, - { react_native_version: '0.70.13', node_version: 16 } + { react_native_version: '0.71.14', node_version: 18 }, + { react_native_version: '0.70.13', node_version: 18 } ] env: TURBO_CACHE_DIR: .turbo/android @@ -122,8 +122,8 @@ jobs: configurations: [ { react_native_version: '0.72.6', node_version: 18 }, - { react_native_version: '0.71.14', node_version: 16 }, - { react_native_version: '0.70.13', node_version: 16 } + { react_native_version: '0.71.14', node_version: 18 }, + { react_native_version: '0.70.13', node_version: 18 } ] env: TURBO_CACHE_DIR: .turbo/ios