From 67ae925c1ba2d448d2ea6600c5b62ee4dcedb344 Mon Sep 17 00:00:00 2001 From: Suman Maity Date: Mon, 20 Nov 2023 20:24:44 +0530 Subject: [PATCH] chore: Upgrade node version to v20 --- CONTRIBUTING.md | 2 +- frontend/.nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34ab1041..f85149cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ If you are not sure how to begin contributing to GitactionBoard, have a look at - [Prettier](https://prettier.io/) - [talisman](https://github.com/thoughtworks/talisman) - [Trivy](https://github.com/aquasecurity/trivy) -- [Node.js v18.12.1](https://nodejs.org) +- [Node.js v20](https://nodejs.org) - [nvm](https://github.com/nvm-sh/nvm) - [all-contributors cli](https://allcontributors.org/docs/en/cli/overview) (only for maintainers) diff --git a/frontend/.nvmrc b/frontend/.nvmrc index 3f430af8..9a2a0e21 100644 --- a/frontend/.nvmrc +++ b/frontend/.nvmrc @@ -1 +1 @@ -v18 +v20