From cf5321db786bd37a0d2bac75efe83fccff5f3454 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 17 Oct 2024 12:56:03 -0700 Subject: [PATCH] chore: add Node.js 23 to test matrix (#469) --- .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 501e346..e6bc576 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, 22.x] + node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x] steps: - uses: actions/checkout@v4