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.
This commit is contained in:
Jamil
2025-10-16 01:01:59 -07:00
committed by GitHub
parent e3bb2fb931
commit 37472fee49
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ inputs:
node-version:
description: "Version of nodejs to install"
required: false
default: "20"
default: "22"
runs:
using: "composite"
steps: