From 54c2247f19580385fef79fed95c0f017e080921d Mon Sep 17 00:00:00 2001 From: robertsLando Date: Wed, 18 Dec 2024 17:35:29 +0100 Subject: [PATCH] chore: add node 22 to ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83bf08b1a85..862c812ec24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - name: Checkout Z-Wave JS UI