Use Node.js 20 (#1076)

This commit is contained in:
arkon 2023-10-28 22:19:25 -04:00 committed by GitHub
parent ae370d2c60
commit a13eafee61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -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"
command = "VITE_HOSTNAME=$DEPLOY_PRIME_URL pnpm build"

View File

@ -1 +1 @@
18
20

View File

@ -6,7 +6,7 @@
"private": true,
"type": "module",
"engines": {
"node": ">=18",
"node": ">=20",
"pnpm": ">=8"
},
"repository": {