Skip to content

Commit f75b92a

Browse files
leotmfacebook-github-bot
authored andcommittedNov 25, 2022
Bump node version from 16 to 18 (#35443)
Summary: Node 18: https://nodejs.org/de/blog/announcements/v18-release-announce/ Node 16 EOL: 2023-09-11 https://nodejs.org/en/blog/announcements/nodejs16-eol/ Node 18 EOL: 2025-04-30 Follow-up - #34171 - #32980 Ref - react-native-community/docker-android#187 cc ramonmedel cortinico gengjiawen ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [JavaScript] [Changed] - Bump node version from 16 to 18 Pull Request resolved: #35443 Test Plan: Everything builds and runs as expected Reviewed By: cipolleschi Differential Revision: D41531161 Pulled By: cortinico fbshipit-source-id: 305888f55ed179f75bef34548aebf22fc2951308
1 parent 5aead70 commit f75b92a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ references:
3939
# -------------------------
4040
dependency_versions:
4141
xcode_version: &xcode_version "14.0.1"
42-
nodelts_image: &nodelts_image "cimg/node:16.14"
43-
nodeprevlts_image: &nodeprevlts_image "cimg/node:14.19"
42+
nodelts_image: &nodelts_image "cimg/node:18.12.1"
43+
nodeprevlts_image: &nodeprevlts_image "cimg/node:16.18.1"
4444

4545
# -------------------------
4646
# Cache Key Anchors
@@ -568,7 +568,7 @@ jobs:
568568
- run:
569569
name: Configure Environment Variables
570570
command: |
571-
echo 'export PATH=/usr/local/opt/node@16/bin:$PATH' >> $BASH_ENV
571+
echo 'export PATH=/usr/local/opt/node@18/bin:$PATH' >> $BASH_ENV
572572
source $BASH_ENV
573573
574574
- run:

‎.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

‎template/_node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

1 commit comments

Comments
 (1)

leotm commented on Nov 25, 2022

@leotm
ContributorAuthor

looks like temp 503 needing a rerun

#!/bin/bash --login -eo pipefail
brew install cmake >/dev/null
#!/bin/bash --login -eo pipefail
brew install cmake >/dev/null

curl: (22) The requested URL returned error: 503
curl: (22) The requested URL returned error: 503
curl: (22) The requested URL returned error: 503
curl: (22) The requested URL returned error: 503
Error: cmake: Failed to download resource "cmake_bottle_manifest"
Download failed: https://ghcr.io/v2/homebrew/core/cmake/manifests/3.24.2

Exited with code exit status 1
CircleCI received exit code 1
Please sign in to comment.