Skip to content

Commit

Permalink
Bump node version to 16.13.0 (MetaMask#5934)
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr authored Mar 31, 2023
1 parent 7a3ff93 commit 8aac1e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14
v16
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workflows:
- git-clone@6: {}
- [email protected]:
inputs:
- node_version: '14'
- node_version: '16.13.0'
code_setup:
before_run:
- setup
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
"fs": "react-native-level-fs"
},
"engines": {
"node": "^14.0.0",
"node": "^16.13.0",
"yarn": "^1.22.0"
},
"lavamoat": {
Expand Down

0 comments on commit 8aac1e0

Please sign in to comment.