From b4c22d15af3b42790a575b84f1e13b16fc1a073e Mon Sep 17 00:00:00 2001 From: Arkadiusz Sygulski Date: Sat, 16 Sep 2023 22:13:39 +0200 Subject: [PATCH] docs: update latest node.js version to 20.x --- docs/5.community/5.framework-contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/5.community/5.framework-contribution.md b/docs/5.community/5.framework-contribution.md index 4c0858bf87a0..55df3087362d 100644 --- a/docs/5.community/5.framework-contribution.md +++ b/docs/5.community/5.framework-contribution.md @@ -110,7 +110,7 @@ To contribute to Nuxt, you need to set up a local environment. 1. [Fork](https://help.github.com/articles/fork-a-repo/) the [nuxt/nuxt repository](https://github.com/nuxt/nuxt) to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device. -1. Ensure using the latest Node.js (16.x) +1. Ensure using the latest Node.js (20.x) 1. Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable` to have `pnpm` and `yarn`