From 37472fee49f3cc8d7a59d84f6d63d4e6e8ef744a Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 16 Oct 2025 01:01:59 -0700 Subject: [PATCH] build(deps): Bump nodejs to 22 (#10586) Bumps node from the now-unsupported 20 LTS to the currently active 22 LTS which fixes a few compile warnings for the website. --- .github/actions/setup-node/action.yml | 2 +- .tool-versions | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index 4181bf9a5..c9cc1e364 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -10,7 +10,7 @@ inputs: node-version: description: "Version of nodejs to install" required: false - default: "20" + default: "22" runs: using: "composite" steps: diff --git a/.tool-versions b/.tool-versions index 8455a93b9..ac2f4e885 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,6 +1,6 @@ # These are used for the dev environment. # This should match the versions used in the built product. -nodejs 20.14.0 +nodejs 22.20.0 elixir 1.18.4-otp-27 erlang 27.3.4.1 @@ -12,4 +12,4 @@ shfmt 3.9.0 shellcheck 0.9.0 # GUI client -pnpm 10.13.1 +pnpm 10.18.3