From 09c04763c45ccb08050db63ec394b607b88a4a81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 17:02:54 -0500 Subject: [PATCH] chore(deps): update node to v22 (#1804) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/update-hardware-list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-hardware-list.yml b/.github/workflows/update-hardware-list.yml index 42aa4d7f9..0a755789f 100644 --- a/.github/workflows/update-hardware-list.yml +++ b/.github/workflows/update-hardware-list.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '22' - name: Fetch latest device hardware data id: fetch-data