From eb02ff82260ccb6b313a5975d552798ccfb95ce1 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Thu, 29 May 2025 13:25:00 -0700 Subject: [PATCH 1/2] Add 22.x --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 777748a94..eb1130ef0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: - node-version: [20.x] + node-version: [20.x, 22.x] steps: - uses: actions/checkout@v3 @@ -50,7 +50,7 @@ jobs: strategy: matrix: - node-version: [20.x] + node-version: [20.x, 22.x] steps: - uses: actions/checkout@v3 From 596d80e8ccd949df8a78b0ac739fae30b709ea39 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Thu, 29 May 2025 13:26:43 -0700 Subject: [PATCH 2/2] Testing 24 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index eb1130ef0..c9cbd632b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: - node-version: [20.x, 22.x] + node-version: [20.x, 22.x, 24.x] steps: - uses: actions/checkout@v3 @@ -50,7 +50,7 @@ jobs: strategy: matrix: - node-version: [20.x, 22.x] + node-version: [20.x, 22.x, 24.x] steps: - uses: actions/checkout@v3