From 94bcdde6f79ddb27a14e398df226f17884e836b0 Mon Sep 17 00:00:00 2001 From: David Serrano <75829857+serranoio@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:22:44 -0600 Subject: [PATCH] 19.4 -> 20.0 --- 05-example-web-application/api-node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-example-web-application/api-node/README.md b/05-example-web-application/api-node/README.md index 14200057..bc39acf7 100644 --- a/05-example-web-application/api-node/README.md +++ b/05-example-web-application/api-node/README.md @@ -1,6 +1,6 @@ ```bash nvm ls -nvm use node 19.4 +nvm use node 20.0 npm install npm run dev ``` \ No newline at end of file