From 8aac1e027b5efb0cdae124ee7cc61cf37e3ba9d9 Mon Sep 17 00:00:00 2001 From: Gustavo Antunes <17601467+gantunesr@users.noreply.github.com> Date: Fri, 31 Mar 2023 13:37:52 -0300 Subject: [PATCH] Bump node version to 16.13.0 (#5934) --- .nvmrc | 2 +- README.md | 2 +- bitrise.yml | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.nvmrc b/.nvmrc index 958b5a36e1f..6f7f377bf51 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v14 +v16 diff --git a/README.md b/README.md index ad4e606025a..083b732abad 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The code is built using React-Native and running code locally requires a Mac or - Install [sentry-cli](https://github.com/getsentry/sentry-cli) tools: `brew install getsentry/tools/sentry-cli` -- Install [Node.js](https://nodejs.org) **version 14** +- Install [Node.js](https://nodejs.org) **version 16** - If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you. diff --git a/bitrise.yml b/bitrise.yml index f18fa0611d4..0f2fcd9b0db 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -11,7 +11,7 @@ workflows: - git-clone@6: {} - nvm@1.3.0: inputs: - - node_version: '14' + - node_version: '16.13.0' code_setup: before_run: - setup diff --git a/package.json b/package.json index 88374b345d5..be5f06a43ca 100644 --- a/package.json +++ b/package.json @@ -491,7 +491,7 @@ "fs": "react-native-level-fs" }, "engines": { - "node": "^14.0.0", + "node": "^16.13.0", "yarn": "^1.22.0" }, "lavamoat": {