From f4d16e1e8fe307e2d9c2aa9a1fc168ae66a6379c Mon Sep 17 00:00:00 2001 From: Robin <99033508+robinsmith-source@users.noreply.github.com> Date: Sun, 8 Sep 2024 11:42:37 +0200 Subject: [PATCH] chore(ci): update github action versions (#2439) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(ci): update github action versions * chore(ci): update pnpm, gh-action and node versions * fix(ci): specify exact version in gh-action * chore(changeset): remove changeset * chore(root): update pnpm version * chore(root): update node version --------- Co-authored-by: աӄա --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- CONTRIBUTING.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"