From af3bf0074e8aff896e6aa64efde188509b536032 Mon Sep 17 00:00:00 2001 From: Mattt Zmuda Date: Thu, 2 May 2024 06:13:11 -0700 Subject: [PATCH] Add Node 22 to CI test matrix --- .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 2144cbf..ed2cab8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4