Skip to content

Commit 8b1adb5

Browse files
authored
docs: bump Node.js version to 14 (aws-samples#35)
1 parent 135c65e commit 8b1adb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ To set up this notes app, complete the following tasks:
2525

2626
- Install **Node.js** by following these steps:
2727
1. Install [nvm](https://github.com/nvm-sh/nvm#installation-and-update).
28-
1. Use node v12.x.x by running `nvm use` or `nvm use 12` in a terminal window.
29-
1. Verify that node is installed by running `node -v` in a terminal window and confirm that it shows the latest version of `v10`, such as `v12.17.0`).
28+
1. Use node v14.x.x by running `nvm use` or `nvm use 14` in a terminal window.
29+
1. Verify that node is installed by running `node -v` in a terminal window and confirm that it shows the latest version of `v14`, such as `v14.17.3`).
3030
- Install [yarn](https://yarnpkg.com/en/docs/install).
3131
- We recommend using **yarn** for its simplicity, speed and yarn workspaces.
3232
- Install dependencies by running `yarn`.

0 commit comments

Comments
 (0)