diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2edd7e7..ba408aa8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Before submitting your contribution, please make sure to take a moment and read ## Development Setup -You will need [Node.js](http://nodejs.org) **version 18+**, and [pnpm](https://pnpm.io/installation) **version 8+**. +You will need [Node.js](http://nodejs.org) **version 20+**, and [pnpm](https://pnpm.io/installation) **version 8+**. After cloning the repo and entering the the directory, go to the `/website` folder and run: diff --git a/netlify.toml b/netlify.toml index 4f846558..aecdbcdb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] - NODE_VERSION = "18" + NODE_VERSION = "20" [build] base = "website" @@ -9,4 +9,4 @@ command = "VITE_HOSTNAME=$URL pnpm build" [context.deploy-preview] - command = "VITE_HOSTNAME=$DEPLOY_PRIME_URL pnpm build" \ No newline at end of file + command = "VITE_HOSTNAME=$DEPLOY_PRIME_URL pnpm build" diff --git a/website/.nvmrc b/website/.nvmrc index 3c032078..209e3ef4 100644 --- a/website/.nvmrc +++ b/website/.nvmrc @@ -1 +1 @@ -18 +20 diff --git a/website/package.json b/website/package.json index 61c7cfb1..8a7d6bf0 100644 --- a/website/package.json +++ b/website/package.json @@ -6,7 +6,7 @@ "private": true, "type": "module", "engines": { - "node": ">=18", + "node": ">=20", "pnpm": ">=8" }, "repository": {