diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c8dadcd3a..894924f83 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -14,7 +14,7 @@ on: - ready_for_review env: - NODE: 16 + NODE: 20 jobs: prep: diff --git a/.nvmrc b/.nvmrc index 19c7bdba7..2edeafb09 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 \ No newline at end of file +20 \ No newline at end of file diff --git a/docs/development/SETUP.md b/docs/development/SETUP.md index ba38b43d8..0a6aaea5c 100644 --- a/docs/development/SETUP.md +++ b/docs/development/SETUP.md @@ -4,7 +4,7 @@ The steps below will walk you through setting up your own instance of the projec ## Install Project Dependencies To set up the development environment for this website, you'll need to install the following on your system: -- [Node](http://nodejs.org/) v16 (To manage multiple node versions we recommend [nvm](https://github.com/creationix/nvm)) +- [Node](http://nodejs.org/) v20 (To manage multiple node versions we recommend [nvm](https://github.com/creationix/nvm)) - [Yarn](https://yarnpkg.com/) Package manager ## Install Application Dependencies diff --git a/package.json b/package.json index 660794bac..0c88761b3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test": "jest" }, "engines": { - "node": "16.x" + "node": "20.x.x" }, "devDependencies": { "@babel/core": "^7.16.0",