diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9be474eebb..fdb6c9ec4b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -105,6 +105,6 @@ body: - "Safari" - "Edge" - "Opera" - - "Other (add additonal context)" + - "Other (add additional context)" validations: - required: true \ No newline at end of file + required: true diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6fe215487..afbd43109f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -196,7 +196,7 @@ pnpm build npm run build ``` -> Note: ensure your version of Node is 16 or higher to run scripts +> Note: ensure that you have at least Node.js 20.16.0 as well as pnpm 9.6.0 or higher installed on your machine to run the scripts 6. Send your pull request: diff --git a/package.json b/package.json index 649662e37c..4bd51aaf57 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ } }, "engines": { - "node": ">=16.x", + "node": ">=20.x", "pnpm": ">=9.x" }, "packageManager": "pnpm@9.6.0"