From efcfd1248941a7101da3dc4e3775501a197ca821 Mon Sep 17 00:00:00 2001 From: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com> Date: Mon, 9 Jun 2025 05:21:29 -0700 Subject: [PATCH] Chore: CI: Upgrade to Node v18.18 (#12408) --- .github/workflows/shared/setup-build-environment/action.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/shared/setup-build-environment/action.yml b/.github/workflows/shared/setup-build-environment/action.yml index b9b6b08ed0..b13b79d3f5 100644 --- a/.github/workflows/shared/setup-build-environment/action.yml +++ b/.github/workflows/shared/setup-build-environment/action.yml @@ -51,9 +51,7 @@ runs: - uses: dtolnay/rust-toolchain@stable - uses: actions/setup-node@v4 with: - # We need to pin the version to 18.15, because 18.16+ fails with this error: - # https://github.com/facebook/react-native/issues/36440 - node-version: '18.15.0' + node-version: '18.18.0' cache: 'yarn' - name: Install Yarn @@ -69,4 +67,4 @@ runs: # Ref: https://github.com/nodejs/node-gyp/issues/2869 - uses: actions/setup-python@v5 with: - python-version: '3.11' \ No newline at end of file + python-version: '3.11'