From 231d4c04e7bc2df9f3c7132e92387cc082d78520 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Thu, 7 Nov 2024 05:34:35 +0000 Subject: [PATCH] Test against node 22.x --- .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 d9c2ebb..e927011 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [14.x, 16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v3