From f2a050cfcded120ae28b994aeade2983024cc229 Mon Sep 17 00:00:00 2001 From: Pedro Pablo Aste Kompen Date: Mon, 6 Nov 2023 15:50:43 -0600 Subject: [PATCH] refactor(readme): node version 18 (#7698) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0fc1f4610a..0a7de6235ce 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 16** +- Install [Node.js](https://nodejs.org) **version 18** - If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you.