From 3645b35b20db1d0610790d67c59d3ddb2751724d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 25 Jul 2024 06:12:12 -0700 Subject: [PATCH] chore: update test matrix (#457) --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 239fcb5..501e346 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18.x, 19.x, 20.x, 21.x] + node-version: [18.x, 19.x, 20.x, 21.x, 22.x] steps: - uses: actions/checkout@v4